Test Suites
83 passed, 161 total
Tests
8743 passed, 9080 total
Snapshots
1493 passed, 1830 total
{
"additionalResultsProcessors": [],
"resultDir": "./jest-stare/",
"resultHtml": "index.html",
"resultJson": "jest-results.json"
}
{
"numFailedTestSuites": 78,
"numFailedTests": 337,
"numPassedTestSuites": 83,
"numPassedTests": 8743,
"numPendingTestSuites": 0,
"numPendingTests": 0,
"numRuntimeErrorTestSuites": 0,
"numTodoTests": 0,
"numTotalTestSuites": 161,
"numTotalTests": 9080,
"openHandles": [],
"snapshot": {
"added": 0,
"didUpdate": false,
"failure": true,
"filesAdded": 0,
"filesRemoved": 0,
"filesRemovedList": [],
"filesUnmatched": 78,
"filesUpdated": 0,
"matched": 1493,
"total": 1830,
"unchecked": 3,
"uncheckedKeysByFile": [
{
"filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js",
"keys": [
"styled-components-with-expressions.js format 1",
"styled-jsx.js format 1",
"styled-jsx-with-expressions.js format 1"
]
}
],
"unmatched": 337,
"updated": 0
},
"startTime": 1699968206558,
"success": false,
"testResults": [
{
"failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 265,
"numPendingTests": 0,
"perfStats": {
"start": 1508.7247669999488,
"end": 18768.15159100003,
"runtime": 17259,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 101,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 3.8289300000760704,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 106.72832300001755,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 482.16206699993927,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 26.3062739999732,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 4.107155000092462,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 16.72674499999266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 85.21696399990469,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 93.77630400005728,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await-using-of-comments.js"
],
"duration": 87.73978200007696,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 0.9079790000105277,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 8.190008000005037,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 6.851591999991797,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 2.6993330001132563,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 2.074479000060819,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 2.2771969999885187,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 89.05239600001369,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 84.12656999996398,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-duplicate-using-bindings.js"
],
"duration": 85.67980399995577,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 0.8312719999812543,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 2.941653999965638,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 85.7483100000536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 2.3658039999427274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.8864629999734461,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 1.5606350000016391,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 77.58220399997663,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 76.67932699993253,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"invalid-script-top-level-using-binding.js"
],
"duration": 78.62789500004146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 0.7160619999049231,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 10.201982000027783,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 4.329673999920487,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.8836629999568686,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.676844000001438,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 1.5358329999726266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 83.96435599995311,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 79.43166500004008,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"using-declarations.js"
],
"duration": 85.57469499995932,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 0.6001519999699667,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 77.42989100003615,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 76.39820300007705,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 79.49267000006512,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 75.67693999991752,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 87.42425500007812,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 76.87104300002102,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 83.40350800007582,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-in.js"
],
"duration": 85.30227200000081,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 0.6592569999629632,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 78.87021599989384,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 78.00333999993745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 87.8052880000323,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 84.10856900003273,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 78.24526200001128,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 78.07404700003099,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 79.60627900005784,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using-instanceof.js"
],
"duration": 79.43686400004663,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 0.7060610000044107,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 88.19092100008857,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 106.2108789999038,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 92.66450800001621,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 86.72089400002733,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 80.8949909999501,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 91.27778799994849,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 85.90882400004193,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-expr-using.js"
],
"duration": 86.08583899994846,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 0.6627570000709966,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 79.88620399998035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 78.86571599997114,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 87.51996299996972,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 76.98735299997497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 82.35131699999329,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 75.0723879999714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 84.4040929999901,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-asi-assignment.js"
],
"duration": 82.63624100002926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 0.8348719999194145,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 4.204963999916799,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 85.50238800002262,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 2.1212829999858513,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 1.5375329999951646,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 1.3010120000690222,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 81.31632700003684,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 83.27829699998256,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-basic.js"
],
"duration": 80.1014219999779,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 4.120255999965593,
"failureMessages": [
"valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 3.888736000051722,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 90.628631999949,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 2.5944240000098944,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.5440330000128597,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 1.7057470000581816,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 77.94853599998169,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 81.88477599993348,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-escaped.js"
],
"duration": 79.30545300000813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 0.6465559999924153,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 4.6265000000130385,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 79.69758699997328,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 3.212377999909222,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 1.7965550000080839,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 1.2667099999962375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 81.33752900001127,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 87.3535489999922,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-non-bmp.js"
],
"duration": 82.68174500006717,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 0.9610829999437556,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 4.327474000048824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 81.63255400001071,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 1.9173650000011548,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 1.5857369999866933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 1.279509999905713,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 87.53826499998104,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 85.00924699997995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-binding-using.js"
],
"duration": 79.35525799996685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.6922460000496358,
"failureMessages": [
"valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 7.85387900006026,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 3.1065680000465363,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.8511599999619648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.7972549999831244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 1.315214000060223,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 83.14418499998283,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 85.4856869999785,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-await-using-comments.js"
],
"duration": 90.2744010000024,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 0.6842590000014752,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 75.08998900000006,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 82.58903699996881,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 83.34470300003886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 79.20534500002395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 79.22874699998647,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 97.02118399995379,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 82.23940200009383,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-await-using-binding-escaped-of-of.js"
],
"duration": 77.41737699997611,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 0.6692579999798909,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 78.17374200001359,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 75.36349999997765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 77.85791500005871,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 79.6930730000604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 75.05817400000524,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 77.48018299997784,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 82.66302900004666,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-escaped-of-of.js"
],
"duration": 81.59213700005785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 0.6573560000397265,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 4.942226000013761,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 4.215964000090025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 1.7763539999723434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 1.4770279999356717,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 1.1813019999535754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 80.83247200003825,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 89.80604499997571,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-binding-of-of.js"
],
"duration": 79.0472169999266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 0.6547560000326484,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 3.4790009999414906,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 2.498115999973379,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 2.1094819999998435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.45402499998454,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 1.2155049999710172,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 91.27787199988961,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 84.10365399997681,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-for-using-declaration.js"
],
"duration": 87.12701399996877,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.2386069999774918,
"failureMessages": [
"valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 3.8706330000422895,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 2.542119999998249,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.7621519999811426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.3009120000060648,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 1.4757270000409335,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 77.7671069999924,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 78.46656699990854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-await-using-binding.js"
],
"duration": 77.89571800001431,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.0486899999668822,
"failureMessages": [
"valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 2.6733300000196323,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 2.006472999928519,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.8548599999630824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.1845030001131818,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 1.1319979999680072,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 78.41986400005408,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 77.63299499999266,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-block-top-level-using-binding.js"
],
"duration": 77.45987999998033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 0.6195530000841245,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 81.58323600003496,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 83.99034400004894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 84.37967700010631,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 78.08853499998804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 80.09540800005198,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 77.97162399999797,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 77.87531599996146,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-computed-member.js"
],
"duration": 77.18255700008012,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 0.7852679999778047,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 99.00243799993768,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 113.6298999999417,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 94.73046999995131,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 91.32667699991725,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 86.73728099989239,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 76.44849400001112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 83.70601900003385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-expression-statement.js"
],
"duration": 75.8496420000447,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 0.6384550000075251,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 3.0019590000156313,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 81.00798700004816,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 81.65584300004411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 76.95653700002003,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 77.94862300006207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 76.47849599993788,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 84.71050600009039,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-await-of.js"
],
"duration": 78.06493300001603,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 0.6209539999254048,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 77.17345599993132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 81.52653199993074,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 82.86504699999932,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 76.68361399997957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 80.60975199996028,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 79.16842799994629,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 84.90502299997024,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-in.js"
],
"duration": 81.84655899996869,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 0.6479560000589117,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 88.67634800006635,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 81.51023000001442,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 78.95701000001281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 76.73251799994614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 80.50494300003629,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 77.77420799992979,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 78.73589100001846,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-init.js"
],
"duration": 77.39957500004675,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 0.6641570000210777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 99.61709199997131,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 86.31704500003252,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 82.66223000001628,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 87.9961899999762,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 83.14546999998856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 78.3242550001014,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 76.8606279999949,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-for-of.js"
],
"duration": 76.26987800002098,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 0.6925599999958649,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 82.43430900003295,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 76.68351400003303,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 82.87584799993783,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 76.81882599997334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 83.44089600001462,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 79.60456500004511,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 80.74416300002486,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-as-identifier-in.js"
],
"duration": 75.18328500003554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 0.6632580000441521,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 2.4568120000185445,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 79.02671600005124,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 1.7458509999560192,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 1.3645170000381768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 1.1200970000354573,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 76.97773899999447,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 74.84595500002615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-basic.js"
],
"duration": 77.94902299996465,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.1449980000033975,
"failureMessages": [
"valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 2.266795000061393,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 78.39416100003291,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 2.0641779999714345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.223305999999866,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 1.2915119999088347,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 81.5650349999778,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 82.6249260000186,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-escaped.js"
],
"duration": 78.19134800008032,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 0.6027509999694303,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 2.273892999975942,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 76.44528899993747,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.781950999982655,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.351014000014402,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 1.188601000001654,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 82.9177380000474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 84.43416800000705,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-non-bmp.js"
],
"duration": 80.65204600000288,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 0.652254999964498,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 3.6894130000146106,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 99.13871600001585,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 2.1601830000290647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 1.3071110000601038,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 1.1653990000486374,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 93.78706100001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 85.50045699998736,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-using-binding-using.js"
],
"duration": 79.8976819999516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 17,
"numPassingTests": 318,
"numPendingTests": 0,
"perfStats": {
"start": 18812.548959999927,
"end": 39057.32232899999,
"runtime": 20245,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 127,
"unchecked": 0,
"unmatched": 17,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.9915840000612661,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 78.86419400002342,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 79.42064200004097,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.844256000011228,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.2929099999601021,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.1585989999584854,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 84.15394400001969,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 0.805769000086002,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 78.24434099998325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 78.84149300004356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 75.78933299996424,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 73.6293500000611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 76.51709500001743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-generators.js"
],
"duration": 81.5775249999715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 0.7106600000988692,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 94.82754900003783,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 90.20785699994303,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 103.71820399991702,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 95.81313300004695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 90.64459399995394,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint.js"
],
"duration": 89.58760400000028,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 0.6595559999113902,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 84.95371100003831,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 83.04644899989944,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 79.7292679999955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 84.8177990000695,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 82.575308999978,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-properties.js"
],
"duration": 88.02537199994549,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.6677569999592379,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 82.33918900007848,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 78.23994200001471,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 84.4714699999895,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 80.31421700003557,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 75.78513299999759,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 80.12000100000296,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.7490489999763668,
"failureMessages": [
"decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 84.58408000005875,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 88.37050199997611,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.6423390000127256,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.163698000018485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 1.0980930000077933,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decimal.js"
],
"duration": 81.32190299988724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 0.5939500000094995,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 85.53906099998858,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 81.95925700000953,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 2.310295999981463,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 1.5061279999790713,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorator-auto-accessors.js"
],
"duration": 76.02785299997777,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 0.6668569999746978,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 91.65278000000399,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 93.98107800004072,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 1.5657329999376088,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 1.247505999985151,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 94.04288199997973,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"decorators.js"
],
"duration": 85.89699099992868,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 0.9081770000047982,
"failureMessages": [
"deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 75.76103099994361,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 83.95692699996289,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 2.2246890000533313,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 1.7177459999220446,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 1.3248130000429228,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"deferred-import-evaluation.js"
],
"duration": 80.64774599997327,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 0.6114520000992343,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 83.01554699998815,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 81.10698499996215,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 2.831341000040993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 1.843756000045687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 2.310397000052035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-private.js"
],
"duration": 78.92259900004137,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 1.2688080000225455,
"failureMessages": [
"do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 83.58329500001855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 86.46623999997973,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 1.939964999910444,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 1.2707079999381676,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 1.17809999990277,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do-expressions.js"
],
"duration": 83.45918500004336,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.6033520000055432,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 79.7075659999391,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 86.10620899999049,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 81.13668699993286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 80.53383600001689,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 80.76525599998422,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 89.79572300007567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 0.6264540000120178,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 80.7215520000318,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 85.00281500001438,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 1.8846599999815226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 1.6119370000669733,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 1.1658989998977631,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"explicit-resource-management.js"
],
"duration": 77.65859199990518,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 0.9861840000376105,
"failureMessages": [
"export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 76.4436889999779,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 77.15164900000673,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.9955690000206232,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.1611990000819787,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 1.5385309999110177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default-from.js"
],
"duration": 78.67257799999788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 0.6529550000559539,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 74.70694099995308,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 81.85624899994582,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 76.98183400009293,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 74.79304899997078,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 74.83895300002769,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-namespace-from.js"
],
"duration": 78.41235599992797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 2.1485820000525564,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 77.1375480000861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 79.36333700001705,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 2.0620750000234693,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.4824259999440983,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.19110100006219,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"flow.js"
],
"duration": 1.3721170000499114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 1.245104999979958,
"failureMessages": [
"function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 78.4747610000195,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 81.22299400006887,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 2.3377990000881255,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 1.5171289999270812,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 1.3789170000236481,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-bind.js"
],
"duration": 85.30366299999878,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 0.6144530000165105,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 82.20126199990045,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 81.37049000000115,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 2.4249080000445247,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.5455330000258982,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 1.2737099999794737,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-sent.js"
],
"duration": 81.66481600003317,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 0.6212529999902472,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 78.44303800002672,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 76.87930499995127,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 1.7769529999932274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 1.2630079999798909,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 1.064790999982506,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-dynamic.js"
],
"duration": 81.17077300010715,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 0.7649659999879077,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 76.35455899999943,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 74.93203699996229,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 1.968369000009261,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 1.2923110000556335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 1.2021030000178143,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-assertions-static.js"
],
"duration": 76.92360799992457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 0.6175529999891296,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 77.11162500001956,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 79.65504300000612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 1.8377580000087619,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 1.3014109999639913,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 1.127396999974735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-dynamic.js"
],
"duration": 84.41615199996158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 0.6106520000612363,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 77.7153770000441,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 78.11100999999326,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 1.7658519999822602,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 1.2856110000284389,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 1.1390980000142008,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-attributes-static.js"
],
"duration": 82.57619399996474,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 0.6208529999712482,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 79.36951799993403,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 80.4573120001005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 84.77448300004471,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 81.48999999999069,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 79.68284499994479,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-meta.js"
],
"duration": 79.93056600005366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.9400800000876188,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 78.95258199993987,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 79.00018700002693,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.6319409999996424,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.1821019999915734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.156999999890104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 80.12328299996443,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.6179530000081286,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 79.90656399994623,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 82.90002200007439,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 87.2161929999711,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 84.39405000000261,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 90.15874500002246,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 99.1225160000613,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 0.6109520000172779,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 81.36618999997154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 81.90563599998131,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 89.33077400003094,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 87.29650000005495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 80.7352359999204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment-operators.js"
],
"duration": 85.07850899989717,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 0.9594820000929758,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 85.24402300000656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 81.41819399991073,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.9587690000189468,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.8626600001007318,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.2000029999762774,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 78.22942099999636,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 0.6687570000067353,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 82.87761999992654,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 83.33015900000464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 80.87584800005425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 76.77159500005655,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 1.9134639999829233,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names.js"
],
"duration": 80.11848299996927,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 0.6080530000617728,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 85.94298300007358,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 78.10360999999102,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 80.86224599997513,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 78.31172700005118,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 76.17984400002751,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish-coalescing-operator.js"
],
"duration": 81.33668700000271,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 0.6751579999690875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 81.2671819999814,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 84.70407700003125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 87.21909300005063,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 88.73932299995795,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 82.2425650000805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js"
],
"duration": 81.72221999999601,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 0.6603569999570027,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 83.37996300007217,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 86.84276000002865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 80.49971500004176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 83.90990799991414,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 78.38133399991784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-rest-spread.js"
],
"duration": 83.31195699993987,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 0.6789580000331625,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 84.14892900001723,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 83.52317499998026,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 78.10811000003014,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 80.15618599997833,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 85.34213100001216,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-catch-binding.js"
],
"duration": 84.88269200001378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 0.6310550000052899,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 81.69181800005026,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 84.12532700004522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 2.0643769999733195,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 1.4291230000089854,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 1.2705089999362826,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining-assignment.js"
],
"duration": 80.58982300001662,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.6745579999405891,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 84.26623900001869,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 87.40040799998678,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 84.23453599994536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 83.87320500006899,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 85.84937499999069,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 94.69733500003349,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.2421060000779107,
"failureMessages": [
"partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 92.36993600009009,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 94.15903199999593,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 2.4183060000650585,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.9607669999822974,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 1.4535240000113845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"partial-application.js"
],
"duration": 84.97063100000378,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 1.0912930000340566,
"failureMessages": [
"pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 94.17221500002779,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 87.32683100004215,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 2.043673999956809,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 1.375817000051029,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 1.2676079999655485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-fsharp.js"
],
"duration": 87.34593300009146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 0.9319789999863133,
"failureMessages": [
"pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 86.45065700006671,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 84.07965500000864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 1.8725590000394732,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 1.3229130000108853,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 1.2369050000561401,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-hack.js"
],
"duration": 82.49392000003718,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.1340959999943152,
"failureMessages": [
"pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 88.74785199994221,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 87.10161200002767,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 2.1915870000375435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.7167459999909624,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 1.655540999956429,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline-operator-minimal.js"
],
"duration": 85.92771200009156,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 0.6740569999674335,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 87.13541600003373,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 91.15595700009726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 91.45298200007528,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 83.63021700002719,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 82.20159499999136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-fields-in-in.js"
],
"duration": 85.9091110000154,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 0.6361539999488741,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 83.83383399993181,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 82.78494499996305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 87.18871899996884,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 90.33248700003605,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 82.02898000006098,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-methods.js"
],
"duration": 92.99371299997438,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 1.2172039999859408,
"failureMessages": [
"record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 79.3863559999736,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 78.97592100000475,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 1.7518489999929443,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 1.2006030000047758,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 1.109794000047259,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-record.js"
],
"duration": 76.63132099993527,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 0.8973770000739023,
"failureMessages": [
"record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 82.72763999993913,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 80.72847000008915,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 1.705445000086911,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 1.2587070000590757,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 1.250006000045687,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record-tuple-tuple.js"
],
"duration": 84.61040000000503,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 0.6531559999566525,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 78.5238820000086,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 78.66559400002006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 77.50099500000942,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 89.9976579999784,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 1.85805799998343,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regex-v-flag.js"
],
"duration": 79.05352699989453,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.6589559999993071,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 85.77720000001136,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 89.01947599998675,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 2.3658010000362992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.3610160000389442,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.313512000022456,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 89.57962400000542,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 0.9683829999994487,
"failureMessages": [
"source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 84.29297299997415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 92.13704099995084,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 1.7090450000250712,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 1.2807089999550954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 1.3862179999705404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"source-phase-imports.js"
],
"duration": 85.12794400006533,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 0.9236789999995381,
"failureMessages": [
"throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 93.61596700001974,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 95.83855600003153,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 1.9294640000443906,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 1.3668160000815988,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 1.2211039999965578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw-expressions.js"
],
"duration": 89.03187700000126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 2.1440830000210553,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 82.3274059999967,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 83.1973800000269,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.696243999991566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.1798999999882653,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.0966930000577122,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"typescript.js"
],
"duration": 1.5777349999407306,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 1.223403999931179,
"failureMessages": [
"v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 85.5099769999506,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 86.28544300002977,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 2.683227999950759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 1.9594669999787584,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 1.1898019999498501,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v8intrinsic.js"
],
"duration": 82.61143000004813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 251,
"numPendingTests": 0,
"perfStats": {
"start": 39101.176861000014,
"end": 59949.379432999995,
"runtime": 20848,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 22,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 0.7104609999805689,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 87.65636000002269,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 80.81487800006289,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 80.42784499994013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 81.9030700000003,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 84.46088699996471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 81.08539999998175,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 79.62607600004412,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-1.js"
],
"duration": 84.98983199999202,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 0.6825590000953525,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 81.90686999994796,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 80.66586499998812,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 83.71672399993986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 78.43557500001043,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 80.08041499997489,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 80.67196599999443,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 80.80857700004708,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-2.js"
],
"duration": 82.82064799999353,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 0.6248539999360219,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 82.22689799999353,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 95.93056300003082,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 86.29574400000274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 82.70093800011091,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 84.03445100004319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 79.47216300002765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 79.36715399997775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-3.js"
],
"duration": 80.0459109999938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 0.6516560000600293,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 81.22521199996118,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 79.3662539999932,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 82.4714189999504,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 86.7402820000425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 78.65909400000237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 76.46872400003485,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 76.9689800000051,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments-4.js"
],
"duration": 81.62307800003327,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 0.6458550000097603,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 84.9919659999432,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 80.61309200001415,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 78.10297700006049,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 76.65565400000196,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 82.80097799992654,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 78.72483000007924,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 84.38291400007438,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-0.js"
],
"duration": 85.32099399995059,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 0.6596559999743477,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 79.9591360000195,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 78.42390399996657,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 77.80435099999886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 80.75690400006715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 78.91394600004423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 78.6616239999421,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 76.59034699993208,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-1.js"
],
"duration": 80.06494400009979,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 0.6655569999711588,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 81.37295599991921,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 91.0969880000921,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 81.0710309999995,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 82.00161000003573,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 81.86709900002461,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 83.87427000002936,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 79.10256200004369,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-10.js"
],
"duration": 84.15999399998691,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 0.7027600000146776,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 77.3086089999415,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 80.13214999996126,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 81.0113250000868,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 77.15089599997737,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 79.05855900002643,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 79.34338299999945,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 81.39945899997838,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-2.js"
],
"duration": 83.61854799999855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 0.6203529998892918,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 81.0507290000096,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 81.41045900003519,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 90.7476579999784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 81.4685649999883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 86.51219600008335,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 83.28432000009343,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 80.5274849999696,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-3.js"
],
"duration": 79.83052499999758,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 0.6653559999540448,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 87.78460400004406,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 85.49870900006499,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 94.34936500003096,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 84.95606200001203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 81.90270099998452,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 90.76766000001226,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 80.37587099999655,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-4.js"
],
"duration": 80.19635600002948,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 0.6602570000104606,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 83.60654699988663,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 85.36249800003134,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 80.71940099995118,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 80.68689799995627,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 79.99193799996283,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 81.69378400000278,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 83.48183699999936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-5.js"
],
"duration": 80.52878399996553,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 0.816869999980554,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 89.89138499996625,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 91.1940960000502,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 87.81440700008534,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 85.06657199992333,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 83.17611000000034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 88.26844600006007,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 83.54154199990444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-6.js"
],
"duration": 82.79857899993658,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 0.6051519999746233,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 77.47612300002947,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 78.5712170000188,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 79.93393300008029,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 90.28641899989452,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 79.53240000002552,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 77.2848070000764,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 79.0769609999843,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-7.js"
],
"duration": 81.03842799994163,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 0.6542560000671074,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 82.11001899989787,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 80.54688599996734,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 78.91234599996824,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 79.79932200000621,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 76.10470600007102,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 78.76513299997896,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 81.04392900003586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-8.js"
],
"duration": 82.10951899993233,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 0.6817579999333248,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 80.30526600009762,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 82.83118099998683,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 86.71131299994886,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 87.69029800000135,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 81.49588699999731,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 88.61339800001588,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 80.10726900002919,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-9.js"
],
"duration": 80.01226099999622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 0.6586569999344647,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 84.63375699997414,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 80.6423149999464,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 76.5000589999836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 84.75746699993033,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 76.94869800005108,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 81.65300100005697,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 83.11242599994875,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-emoji.js"
],
"duration": 79.70293400005903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 0.7190619999310002,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 84.38683600001968,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 89.28115599998273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 85.2473089999985,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 84.10821199999191,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 79.84684600005858,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 84.45904099999461,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 79.60342499997932,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-1.js"
],
"duration": 86.38110600004438,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 0.8445729999803007,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 87.02946200000588,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 87.40939499996603,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 86.6535300000105,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 86.51311800000258,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 81.52168999996502,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 81.89462200005073,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 77.43203899997752,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-2.js"
],
"duration": 83.90969400003087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 0.66785699990578,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 81.12275599990971,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 80.07646599994041,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 116.15865999995731,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 83.84138899995014,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 86.87374800001271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 86.3488040000666,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 81.40998100000434,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"file-start-with-comment-3.js"
],
"duration": 81.73320799996145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 2.0978800000157207,
"failureMessages": [
"range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 82.66078799997922,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 88.98473000002559,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 79.5499210000271,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 81.67540399997961,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 89.22274999995716,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 82.66728799999692,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 83.9005940000061,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-0.js"
],
"duration": 80.33568800007924,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 1.4001200000056997,
"failureMessages": [
"range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 81.63169900001958,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 90.61727000004612,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 82.81050100002903,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 85.44592599989846,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 81.7150070000207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 80.89653599995654,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 86.1227849998977,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-1.js"
],
"duration": 85.4047230000142,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 1.4515250000404194,
"failureMessages": [
"range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 89.59718300006352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 85.44022600003518,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 81.7030060000252,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 80.34128799999598,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 86.82854499993846,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 84.97878599993419,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 81.91812399995979,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-2.js"
],
"duration": 81.00824600004125,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 1.3329150000354275,
"failureMessages": [
"range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 79.75963899993803,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 85.9413690000074,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 84.85237500001676,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 81.33997500000987,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 76.72977899992839,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 78.99707399995532,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 80.24358000000939,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-3.js"
],
"duration": 83.47655799996573,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 1.2392070000059903,
"failureMessages": [
"range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 80.51730399997905,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 79.04627699998673,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 79.34170300001279,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 83.42865400004666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 82.70779199991375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 84.1874189999653,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 86.66923200001474,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-4.js"
],
"duration": 87.08926699997392,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 0.8277709999820217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 82.6113830000395,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 78.03149099997245,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 79.04457699996419,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 80.09646799997427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 78.3109140000306,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 78.3003139999928,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 78.69374699995387,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-5.js"
],
"duration": 84.38073500001337,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 0.8539740000851452,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 81.11735499999486,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 80.78204600000754,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 80.95992899988778,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 78.80704999994487,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 82.16872900002636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 85.95334300003015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 79.10457399999723,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-6.js"
],
"duration": 79.13777700008359,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 0.7795650000916794,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 77.5801480000373,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 79.14597800001502,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 80.60269900003914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 78.01798400003463,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 81.60598300001584,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 87.92400799994357,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 86.96532800002024,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-7.js"
],
"duration": 88.80397999996785,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 1.2125999999698251,
"failureMessages": [
"range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 82.79028099996503,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 79.06747199990787,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 79.36129599995911,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 83.58394699997734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 84.49372300005052,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 79.79323200008366,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 86.1011559999315,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-8.js"
],
"duration": 86.38708000001498,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [],
"duration": 3.0046500000171363,
"failureMessages": [],
"fullName": "translates cursor correctly in basic case",
"numPassingAsserts": 0,
"status": "passed",
"title": "translates cursor correctly in basic case"
},
{
"ancestorTitles": [],
"duration": 1.2854069999884814,
"failureMessages": [],
"fullName": "positions cursor relative to closest node, not SourceElement",
"numPassingAsserts": 0,
"status": "passed",
"title": "positions cursor relative to closest node, not SourceElement"
},
{
"ancestorTitles": [],
"duration": 1.2214019999373704,
"failureMessages": [],
"fullName": "keeps cursor inside formatted node",
"numPassingAsserts": 0,
"status": "passed",
"title": "keeps cursor inside formatted node"
},
{
"ancestorTitles": [],
"duration": 3.294774000067264,
"failureMessages": [],
"fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation",
"numPassingAsserts": 0,
"status": "passed",
"title": "doesn't insert second placeholder for nonexistent TypeAnnotation"
},
{
"ancestorTitles": [],
"duration": 1.6495369999902323,
"failureMessages": [],
"fullName": "cursorOffset === rangeStart",
"numPassingAsserts": 0,
"status": "passed",
"title": "cursorOffset === rangeStart"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 58,
"numPendingTests": 0,
"perfStats": {
"start": 60019.46725799993,
"end": 63165.92076799995,
"runtime": 3146,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 27,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.0136850000126287,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 2.647620000061579,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 2.1193760000169277,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.250004000030458,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.1601960000116378,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.1984000001102686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 83.66895399999339,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 76.72667699994054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 78.9031580000883,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 0.9319769999710843,
"failureMessages": [
"import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 2.395498999976553,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 2.8139339999761432,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.1957999999867752,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 2.1415780000388622,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 1.0976919999811798,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 78.06418800004758,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 75.93341099994723,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import-reflection.js"
],
"duration": 83.66015400004108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.1769980000099167,
"failureMessages": [
"valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 3.3310770000098273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 2.206482999958098,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.3656130000017583,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.0990909999236465,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 1.0389859999995679,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 87.77249499992467,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 85.58511400001589,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-default-import.mjs"
],
"duration": 80.66660399991088,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 0.9307769999140874,
"failureMessages": [
"valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 2.4005989999277517,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.6878409999189898,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.290006999974139,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.085190000012517,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 1.0693889999529347,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 83.73256000003312,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 81.40666600002442,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding-escaped.mjs"
],
"duration": 81.82750000001397,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 0.9391779999714345,
"failureMessages": [
"valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 2.428502000053413,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.9862650000723079,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.1728979999898002,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.1546960000414401,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 1.0803900000173599,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 78.9783639999805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 74.56449699995574,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-from-as-default-module-binding.mjs"
],
"duration": 79.00576600001659,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 0.73896099999547,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 79.68952400004491,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 81.58328000002075,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 84.63453400006983,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 79.40989999996964,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 79.43630299996585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 75.49767499999143,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 76.83678599994164,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding-2.mjs"
],
"duration": 74.59890100010671,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 0.7294610000681132,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 76.55226299993228,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 81.06673800002318,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 88.18703000003006,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 81.0359349999344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 79.72152500005905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 77.7828650000738,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 83.54294399998616,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-module-as-default-binding.mjs"
],
"duration": 83.29572300007567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 69,
"numPendingTests": 0,
"perfStats": {
"start": 63207.17719700001,
"end": 64168.042457,
"runtime": 961,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 63,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 2.163880000007339,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 1.3175099999643862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 1.1169930000323802,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 1.2851060000248253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-arr.js"
],
"duration": 1.3062080000527203,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 1.3685139999724925,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 1.2309019999811426,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 1.3794139999663457,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 1.1097919999156147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-destructuring-obj.js"
],
"duration": 1.4020170000148937,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 1.4492210000753403,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 1.2764060000190511,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 1.2594050000188872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 0.9858809999423102,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-arrow.js"
],
"duration": 1.2234010000247508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 1.249604000011459,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 1.083489999989979,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 1.0220850000623614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 0.9836820000782609,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param-assign.js"
],
"duration": 1.0563880000263453,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 1.047487000003457,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 1.007484000059776,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 1.028686000034213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 1.0266849999316037,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-fn-param.js"
],
"duration": 1.1624960000626743,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 1.3007079999661073,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 1.0692890000063926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 1.1034920000238344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 1.0416870000772178,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-await-of.js"
],
"duration": 1.16659699997399,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 1.2038000000175089,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 1.0189850000897422,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 1.045786999980919,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 1.1121929999208078,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-in.js"
],
"duration": 1.2044000000460073,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 1.0575879999669269,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 1.0168850000482053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 1.1038920000428334,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 1.0428870000177994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-for-of.js"
],
"duration": 1.2731060000369325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 1.1357940000016242,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 1.0743890000740066,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 1.1608969999942929,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 6.68575599999167,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-postfix.js"
],
"duration": 1.1208930000429973,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 1.0659880000166595,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 1.2022989999968559,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 1.130894000059925,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 1.3520129999378696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-inc-prefix.js"
],
"duration": 1.1199930000584573,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 0.6687549999915063,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 2.149479000014253,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 1.2777059999061748,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 1.2777060000225902,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-complex-case.js"
],
"duration": 88.50875599996652,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 0.6710549999261275,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 1.7357439999468625,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 1.2669060000916943,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 78.83615300001111,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-eq.js"
],
"duration": 78.94906100002117,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 0.6646549999713898,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 1.696540999924764,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 1.288207000005059,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 79.5073080000002,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-lhs-plus-eq.js"
],
"duration": 78.28800699999556,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 0.9879819999914616,
"failureMessages": [
"valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 1.880955999949947,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 1.2645050000865012,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 1.1194929999765009,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-parenthesized.js"
],
"duration": 84.39261400001124,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 284,
"numPendingTests": 0,
"perfStats": {
"start": 64216.27576599992,
"end": 87397.96518399997,
"runtime": 23182,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.6755559999728575,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 77.72586000000592,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 86.49198799999431,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 80.16256199998315,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 78.01578399993014,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 79.6095160000259,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 85.63621699996293,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 85.68522099999245,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 78.8733549999306,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.6655549999559298,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 83.11990800010972,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 78.85895399993751,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 84.38131299999077,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 86.29637200001162,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 77.87847300001886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 79.41609900002368,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 82.02084100001957,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 76.5776729999343,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 1.0466899999883026,
"failureMessages": [
"snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 77.42094499990344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 88.59650400001556,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 75.51777699997183,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 78.22080899996217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 77.77656999998726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 80.99764700001106,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 78.29961499990895,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 73.60521300008986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.8373719999799505,
"failureMessages": [
"snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 74.50909000006504,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 82.21575099998154,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 75.06123700004537,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 81.04165100003593,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 84.02150599996094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 78.04059300001245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 76.51576199999545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 79.88975199998822,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.6396539999404922,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 76.13222900009714,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 79.32350300007965,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 77.53925000003073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 76.76348399999551,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 75.81630199996289,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 76.76488400006201,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 75.13584399991669,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 76.6781759998994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.6434560000197962,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 79.80674499995075,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 79.76084100001026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 79.42601200006902,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 76.6669750000583,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 84.76577000005636,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 79.2575970001053,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 89.50737699994352,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 77.44974299997557,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.6368550000479445,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 78.88496500009205,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 78.02359200001229,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 79.00967699999455,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 76.44505699991714,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 79.73743899993133,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 77.89058100001421,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 81.61399999994319,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 78.7471539999824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.6222530000377446,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 82.71279500005767,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 77.87037900008727,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 73.07546699990053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 77.16651799995452,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 73.96834400005173,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 75.30345899995882,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 76.56646699993871,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 80.32058900000993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.7622650000266731,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 77.88107900007162,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 84.05650900001638,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 76.90819599991664,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 74.25456899998244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 79.52512100001331,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 75.34856200008653,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 76.2599409999093,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 76.56326700001955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.616853000014089,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 78.19010599993635,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 81.83321899990551,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 82.58818299998529,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 85.23741000005975,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 77.61245600006077,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 78.40232400002424,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 74.95252900000196,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 77.59105499996804,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.6511559999780729,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 78.8769649999449,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 83.335447999998,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 85.06369600002654,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 80.00666199997067,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 76.88069400005043,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 83.5235630000243,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 81.69560700003058,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 79.96595900005195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.6238540000049397,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 79.20429299992975,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 82.69009199994616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 82.18504899996333,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 79.26769899995998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 81.1782630000962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 82.46447200002149,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 76.31104499998037,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 77.87397900002543,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.6256539999740198,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 82.7443960000528,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 83.57776799995918,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 81.15035999997053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 83.82148899999447,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 85.00179100001696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 78.79315799998585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 78.77485600009095,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 81.98723199998494,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.6246529999189079,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 78.65684599999804,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 81.85232000006363,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 79.50101799995173,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 81.86680899991188,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 79.864993999945,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 79.8594939999748,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 77.21166799997445,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 80.05891000002157,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.6163520000409335,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 74.79526300006546,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 81.22701000003144,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 75.31890700000804,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 79.7790859999368,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 75.31320700002834,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 74.63965000002645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 82.73993800010066,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 80.96168700000271,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.6498549999669194,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 77.89002599997912,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 79.19933699991088,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 77.71190999995451,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 85.39866399997845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 84.86161800008267,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 78.96641699993052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 78.3238630000269,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 82.71583600004669,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.6627569999545813,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 80.50264800002333,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 86.00471600005403,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 78.68929400003981,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 83.76182500005234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 81.33321800001431,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 79.11222999996971,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 78.13094599999022,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 78.66119100002106,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 0.8165700000245124,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 79.0671259999508,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 77.49039099994116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 77.60620100004598,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 80.00510499998927,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 75.73784199997317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 76.3555949999718,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 78.8396060001105,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 79.39105299999937,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 5.276149000041187,
"failureMessages": [
"snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 79.3285479999613,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 87.06850699998904,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 76.66582100000232,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 76.13607600005344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 81.01459099992644,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 76.38879800005816,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 76.03106700000353,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2 - {\"semi\":false}"
],
"duration": 81.94367099995725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 0.8781749999616295,
"failureMessages": [
"snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 79.31424700003117,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 82.74533900001552,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 78.00103499996476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 79.56476799992379,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 83.11596999992616,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 82.99765999999363,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 81.49333199998364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3 - {\"semi\":false}"
],
"duration": 79.42595599999186,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 0.6196530000306666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 80.55105200002436,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 76.98564800003078,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 80.52465000003576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 83.51990399998613,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 82.72283700003754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 78.62108800001442,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 82.39210800000001,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4 - {\"semi\":false}"
],
"duration": 81.87296500010416,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 0.6226530000567436,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 78.15334800002165,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 79.76498499989975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 75.50202200002968,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 82.94435500004329,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 78.31666199991014,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 82.6429299999727,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 82.65683100000024,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5 - {\"semi\":false}"
],
"duration": 85.4501679999521,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 0.6525560000445694,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 78.80990400002338,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 80.34583499992732,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 78.70339500007685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 76.97964799997862,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 85.5973810000578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 76.32969300006516,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 76.701524999924,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6 - {\"semi\":false}"
],
"duration": 77.29527500004042,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 0.6552559999981895,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 88.52933100005612,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 81.3425199999474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 79.05112499999814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 83.12457100010943,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 80.22882499999832,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 77.69020900002215,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 77.78691699996125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7 - {\"semi\":false}"
],
"duration": 77.63780399993993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 0.6342540000332519,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 77.37258199998178,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 78.39766899996903,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 80.92158399999607,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 87.7746670000488,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 79.4008540000068,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 88.40042200009339,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 80.31793799996376,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8 - {\"semi\":false}"
],
"duration": 80.06681699992623,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 0.8414699999848381,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 87.58064699999522,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 82.05588400003035,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 77.93573799997102,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 77.8457299999427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 80.05411599995568,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 77.21257799991872,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 79.29535200004466,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9 - {\"semi\":false}"
],
"duration": 82.96415999997407,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 0.9283779999241233,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 83.34079100005329,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 84.13475800002925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 82.56632700003684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 149.75826399994548,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 84.92962499998976,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 85.65668599994387,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 82.43491499999072,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10 - {\"semi\":false}"
],
"duration": 80.12752199999522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 0.7289610001025721,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 93.7856679999968,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 84.32027399993967,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 75.81556000001729,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 84.7621110000182,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 77.9328380000079,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 78.17595800000709,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 79.61257899994962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11 - {\"semi\":false}"
],
"duration": 81.1935119999107,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 0.6263530000578612,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 79.56597499991767,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 83.66481900005601,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 79.80249499995261,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 83.52730800001882,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 81.40432900004089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 81.27051800000481,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 80.03291399998125,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12 - {\"semi\":false}"
],
"duration": 79.01112899999134,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 0.6704560000216588,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 83.7308240000857,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 80.66466700006276,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 86.59446500008926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 82.42611500003841,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 80.58265999995638,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 86.67557099997066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 78.43027999997139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13 - {\"semi\":false}"
],
"duration": 84.18736199999694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 0.6679560000775382,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 89.37129800010007,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 82.60473000002094,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 77.42959600000177,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 79.28545099997427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 82.58622800000012,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 77.12646999990102,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 80.66226699994877,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14 - {\"semi\":false}"
],
"duration": 80.92588899994735,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 0.6502549999859184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 84.64840199996252,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 82.19179499999154,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 83.54891000001226,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 80.83828200004064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 85.25055200001225,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 79.17834199999925,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 79.86290000006557,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15 - {\"semi\":false}"
],
"duration": 80.61286300001666,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 87447.10350700002,
"end": 89273.62003799994,
"runtime": 1827,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.7128589999629185,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 78.64639699994586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 2.188382999971509,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.3593140000011772,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.2786080000223592,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 78.18045900005382,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 78.45278099994175,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.9593800000147894,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 3.818320000078529,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.6391379999695346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.2651060000061989,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.5695319999940693,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 84.43398299999535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 77.24568000005092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.6226529999403283,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 2.1991840000264347,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.280106999911368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.165097999968566,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.2171030000317842,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 78.99182699993253,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 75.14240399992559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.6406539999879897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 2.091175000066869,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.272406000061892,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.271705999970436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.3015090000117198,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 77.9860430000117,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 76.45201400003862,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.6203519999980927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 2.8197370000416413,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.6548389999661595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.4315199999837205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.1640980000374839,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 77.55450600001495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 91.89840900001582,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.7005580000113696,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 2.8306370000354946,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.3357120000291616,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.148996000061743,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.192200000048615,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 86.34414399997331,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 83.65251799998805,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.6085510000120848,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 2.157281000050716,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.2170019999612123,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.654337999993004,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.2389040000271052,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 83.21558099996764,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 84.40488099993672,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 99,
"numPendingTests": 0,
"perfStats": {
"start": 89322.90237299993,
"end": 97470.07648799999,
"runtime": 8147,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js"
],
"duration": 0.6717560000251979,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 87.54354400001466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 90.02745199995115,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 85.01493199996185,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 88.60783400002401,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 82.87345199997071,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 83.97874499997124,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 97.63210400007665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js"
],
"duration": 82.35421000001952,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 0.6817579999333248,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 88.62914400000591,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 80.17632400000002,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 78.12595000001602,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 76.58841900003608,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 77.52259800001048,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 82.50762299995404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 79.19104000006337,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7346.js"
],
"duration": 78.1437520000618,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 0.6149519999744371,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 84.38718299998436,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 82.34290899999905,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 80.42204600002151,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 79.77839099999983,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 80.1019180000294,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 81.75325900001917,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 84.27397300000302,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-0.js"
],
"duration": 77.82792399998289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 0.6073519999627024,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 89.09928399999626,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 76.87854399997741,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 81.395828000037,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 78.0135410000803,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 82.1609940000344,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 79.64877900003921,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 77.357284000027,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-1.js"
],
"duration": 79.33365300006699,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 0.7700660000555217,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 76.18798499996774,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 80.04911299992818,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 82.3050050000893,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 82.5587270000251,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 82.36631100007799,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 77.45349300000817,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 83.89924099994823,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-line-2.js"
],
"duration": 77.65740999998525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 0.6383539999369532,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 81.8938710000366,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 80.94638999993913,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 77.12216499994975,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 80.66876600007527,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 75.38751699996646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 74.67285600001924,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 75.7548480000114,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"newline.js"
],
"duration": 79.14393600006588,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.6164529999950901,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 81.75995900004636,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 79.03672699991148,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 82.82915000000503,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 77.91453099995852,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 81.04999900003895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 82.64103399997111,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 80.2307289999444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 84.81291900004726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.669156999909319,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 97.06996199989226,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 81.78266100003384,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 82.60393099999055,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 86.99750500009395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 103.95944899995811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.52523500006646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 79.51276800001506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 79.4744649999775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.4560389999533072,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 82.60473100002855,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 84.19636599998921,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 82.48412100004498,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 77.1352650000481,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 84.97073200007435,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 88.4008240000112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 80.65066399995703,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 81.1222050000215,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.46743899991270155,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 78.35467000002973,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 77.04285800002981,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 83.86243800004013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 78.31026499997824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 76.31399499997497,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 81.27701800002251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 77.61680600000545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 76.17358399997465,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.4391370000084862,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 130.62831900001038,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 95.17610100004822,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 81.3215210000053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 86.15763300005347,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 78.1017480000155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 79.96490699995775,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 77.37948599993251,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 78.50648299988825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbinary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 48,
"numPassingTests": 528,
"numPendingTests": 0,
"perfStats": {
"start": 97550.51803499996,
"end": 152426.656142,
"runtime": 54876,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 48,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.7298629999859259,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 145.830111999996,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 108.55304000002798,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 87.82635000010487,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 94.91664399998263,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 84.52459599997383,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 83.0279730000766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 87.6730530000059,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 91.4909639999969,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 0.9748789999866858,
"failureMessages": [
"func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 88.52352299995255,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 83.67242700001225,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 81.96198600006755,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 81.76087100000586,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 81.83647600002587,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 80.43436199997086,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 82.46532700001262,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js"
],
"duration": 99.15038999996614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 0.8834719998994842,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 187.73361599992495,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 191.37361299991608,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 114.2269189999206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 108.46984999999404,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 143.19168200006243,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 123.78269900009036,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 106.56899499997962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js"
],
"duration": 118.39936000003945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 1.2935049999505281,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 137.84804599999916,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 104.13399499992374,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 90.66859700006898,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 94.99154900002759,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 88.65503299992997,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 101.82140700006858,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 105.79823099996429,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 87.7116550001083,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 1.0259830000577495,
"failureMessages": [
"nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 96.47647100000177,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 96.91910699999426,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 85.5211770000169,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 88.77214200003073,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 141.71056200005114,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 116.49150400003418,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 92.72456399991643,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js"
],
"duration": 87.78536199999508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 2.641014999942854,
"failureMessages": [
"nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 158.71354899997823,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 141.04190699988976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 99.44541299995035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 102.93179800000507,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 112.59048599994276,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 112.05724200000986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 123.50497599993832,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 123.25235600001179,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.6460530000040308,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 89.00716199993622,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 87.03770099999383,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 88.80844499997329,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 81.35293699998874,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 85.02953699999489,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 83.33549900003709,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 89.47059899999294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 87.25321800005622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6724539999850094,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 89.78162499994505,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 83.28757499996573,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 82.35263900004793,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 82.45944899995811,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 92.69202300009783,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 90.66755000001285,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 93.2570719999494,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 93.26427299994975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 0.7004599999636412,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 102.55826600000728,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 86.00385199999437,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 87.80790500005241,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 90.3286219999427,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 82.79607699997723,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 89.15392099996097,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 90.55254000006244,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"tabWidth\":4}"
],
"duration": 91.00087900005747,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 1.4563239999115467,
"failureMessages": [
"func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 95.5787700000219,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 81.58565999998245,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 85.65576999995392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 82.88133400003426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 77.9897199999541,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 77.98861899995245,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 83.6856029999908,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"tabWidth\":4}"
],
"duration": 78.60507200006396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 0.8690740000456572,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 139.79156500007957,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 128.18707999994513,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 118.03361799998675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 119.32132700004149,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 106.78616300004069,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 108.84023800003342,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 118.83378699992318,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"tabWidth\":4}"
],
"duration": 108.01226800004952,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 19.760076999897137,
"failureMessages": [
"indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 107.44542000000365,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 111.77548800001387,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 98.89259399997536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 93.38142499991227,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 93.31432000000495,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 94.80004699993879,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 93.9367730000522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"tabWidth\":4}"
],
"duration": 101.66932900005486,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 1.2371049999492243,
"failureMessages": [
"nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 98.86439200001769,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 94.87385199998971,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 86.23001900000963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 85.57986399997026,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 80.40332499996293,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 83.9151220000349,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 85.45285300002433,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"tabWidth\":4}"
],
"duration": 89.35408399999142,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 1.6380389999831095,
"failureMessages": [
"nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 109.46289099997375,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 107.36331200005952,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 92.14142100000754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 102.67321500007529,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 97.90800999989733,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 95.7442269999301,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 92.40214299992658,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"tabWidth\":4}"
],
"duration": 93.6292469999753,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 0.6583559999708086,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 80.48333199997433,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 82.74542299995665,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 86.3167259999318,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 85.99629899999127,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 79.98598899994977,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 89.44709200004581,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 85.81958399992436,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"tabWidth\":4}"
],
"duration": 90.27466200001072,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 0.8332709999522194,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 85.80648300005123,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 105.64686700003222,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 87.54723100003321,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 90.76740399992559,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 83.02694700006396,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 86.7751649999991,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 83.39057799999136,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"tabWidth\":4}"
],
"duration": 86.4178350000875,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 0.7476630000164732,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 91.01322500000242,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 84.54917599994224,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 83.49518700002227,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 79.57055299996864,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 81.47141499991994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 86.05620399990585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 82.4867020000238,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true}"
],
"duration": 82.99444399995264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 0.941080000018701,
"failureMessages": [
"func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 85.40714900009334,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 82.07726699998602,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 81.29669999994803,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 84.87540400004946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 79.69086400000378,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 88.29039400001056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 79.00340599997435,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true}"
],
"duration": 80.8576630000025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 0.8812740000430495,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 144.7304839999415,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 122.11216500005685,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 104.77109200006817,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 101.93425200006459,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 99.8211720000254,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 116.6009029999841,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 105.3333509999793,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true}"
],
"duration": 168.1667529999977,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 1.3879130000714213,
"failureMessages": [
"indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 103.32898899994325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 99.93871299992315,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 95.01431400002912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 100.09562699997332,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 91.54833199991845,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 94.80539599992335,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 92.89454200002365,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true}"
],
"duration": 94.11854099994525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 1.0326839999761432,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 101.53844300005585,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 82.28628000000026,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 84.03192300000228,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 86.82074899994768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 86.34551000001375,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 81.83774400001857,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 88.44708099996205,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true}"
],
"duration": 92.91604399995413,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 1.9301560000749305,
"failureMessages": [
"nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 138.61845399998128,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 107.63743800006341,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 96.08250000001863,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 103.74762200005352,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 89.77458899992052,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 96.30701900005806,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 97.87974700005725,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true}"
],
"duration": 97.56952099991031,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 0.6553529999218881,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 95.47125099995174,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 84.136829999974,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 87.63511500007007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 83.62518900004216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 82.86132699996233,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 83.78880199999548,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 82.69971399998758,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true}"
],
"duration": 81.55902100005187,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 0.615749999997206,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 92.47910800005775,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 91.44302399992011,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 80.26581599994097,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 86.50862300000153,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 86.09398899995722,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 83.05674299993552,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 80.12660499999765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true}"
],
"duration": 86.35651100007817,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6447519999928772,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.52078699995764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 91.99626899999566,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 81.93675200000871,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.56965199997649,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 81.97835499991197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.8789350000443,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.95344099996146,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 86.97636099997908,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.0756870000623167,
"failureMessages": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 89.38535700005013,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 83.60148700000718,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 89.07173099997453,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 77.98603099992033,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 78.4730710000731,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 92.87593999993987,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.35563499992713,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 79.28753699990921,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.820867000031285,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 137.857892,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 117.41354299988598,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 119.86381000000983,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 103.3000989999855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 99.34956200001761,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 104.01636000000872,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 106.07943599997088,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 113.97400799999014,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.4056199999758974,
"failureMessages": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 100.24113800004125,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 93.59267199994065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 101.60075500002131,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 92.83720800001174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.88784199999645,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 91.25097299995832,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.86828500009142,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 85.71850199997425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.9610819999361411,
"failureMessages": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 95.21730799996294,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 85.83910400001332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 83.44370000006165,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 93.2470350000076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 81.13230299996212,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.31172899994999,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.12798800005112,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.14309999998659,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 2.975953000015579,
"failureMessages": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 149.88755400001537,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 108.3736219999846,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 94.93817800004035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 97.07526000007056,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 91.90892000007443,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 94.82016900007147,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 97.04905799997505,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 95.17749900009949,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6010509999468923,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 99.02832599997055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.09411099995486,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.3311869999161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.97646100004204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 89.08568000001833,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 84.11845700000413,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 81.75205600005575,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 79.0638269999763,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.6249539999989793,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.5020309999818,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 84.86172100005206,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.97198499995284,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 89.16558799997438,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.59593800001312,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 94.10260699992068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 85.26635499997064,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 91.01264400000218,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 1.101293999934569,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -17,27 +17,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 90.84502999996766,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 86.53116300003603,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 88.94666799996048,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 89.03077499999199,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 83.74132499995176,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 92.18484400003217,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 92.00692900002468,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true}"
],
"duration": 90.62311100005172,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 0.9600820000050589,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -16,15 +16,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 82.24869899998885,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 82.06878299999516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 80.596758000087,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 85.19014900003094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 78.88651199999731,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 82.03018000000156,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 85.7104929999914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true}"
],
"duration": 83.67582000000402,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 8.142892999923788,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -298,330 +298,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 164.14996700000484,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 116.9761540000327,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 113.28953999991063,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 104.44938799994998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 104.1589629999362,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 106.88809500006028,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 125.92391500005033,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true}"
],
"duration": 109.07288100000005,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 3.562703000032343,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 139\n + Received + 136\n \n @@ -171,160 +171,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n -\n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n a: 0,\n - b: [a ? [0, 1] : []],\n }\n - : [\n - [\n - 0,\n - {\n + : {\n + a: 0,\n + },\n + },\n + };\n +\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n {\n a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n + }\n + : [\n {\n a: 0,\n - b: a(),\n },\n - ]\n - : a([\n - a ?\n - {\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n a: 0,\n - }\n - : {},\n - {\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (a) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (a) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 136.26899500004947,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 91.43337999994401,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 87.78787000000011,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 91.24656399991363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 100.64336300001014,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 107.15921800001524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 92.22504799999297,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true}"
],
"duration": 92.64768399996683,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 1.102993999957107,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 21\n \n @@ -40,43 +40,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n + )\n + ? anodyneCondosMalateOverateRetinol\n : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n + )\n + ? true\n + ? true\n : false\n - : true ? true\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 85.66218900005333,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 88.11489800002892,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 83.60991500003729,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 83.54570899996907,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 88.32371500006411,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 90.29898399999365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 92.80879699997604,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true}"
],
"duration": 84.82571800006554,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 2.6605259999632835,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -139,110 +139,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -251,13 +268,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 113.59176600002684,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 97.770620000083,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 100.3446390000172,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 95.24020400003064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 100.76217399991583,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 107.8662759999279,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 94.41873199993279,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true}"
],
"duration": 102.72633899992798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 0.9304790000896901,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -10,29 +10,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 91.38427399995271,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 85.08833800000139,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 91.67439900001045,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 89.04917599994224,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 95.75354599999264,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 88.00088599999435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 81.84196200000588,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true}"
],
"duration": 83.86173399991821,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 1.0895930000115186,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 18\n + Received + 13\n \n @@ -17,43 +17,38 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n + const obj3 = conditionIsTruthy\n + ? {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n }\n : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n - }\n - );\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n : {\n some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n object: \"with\",\n lots: \"of\",\n stuff,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 90.32968500000425,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 87.66475700004958,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 83.6098129999591,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 91.61859399999958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 83.96944299992174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 87.52324599993881,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 82.33830499998294,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true}"
],
"duration": 87.43443799996749,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 1.0390889999689534,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - (\n - (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - (report === COMPANY_OVERVIEW &&\n - !ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - ) ?\n + (report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + (report === COMPANY_OVERVIEW &&\n + !ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n <ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - : null;\n + ) : null;\n \n room = room.map((row, rowIndex) =>\n row.map((col, colIndex) =>\n - (\n - rowIndex === 0 ||\n - colIndex === 0 ||\n - rowIndex === height ||\n - colIndex === width\n - ) ?\n - 1\n - : 0,\n + rowIndex === 0 ||\n + colIndex === 0 ||\n + rowIndex === height ||\n + colIndex === width\n + ? 1\n + : 0,\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 92.6466810000129,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 87.2354209999321,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 93.78327899996657,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 83.31208699999843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 89.34409999998752,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 82.8604490000289,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 86.26673899998423,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 90.24297699995805,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.8995760000543669,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n - (\n - glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n - ) ?\n - annularCooeedSplicesWalksWayWay\n - : kochabCooieGameOnOboleUnweave,\n + glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + anodyneCondosMalateOverateRetinol\n + ? annularCooeedSplicesWalksWayWay\n + : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 81.78945799998473,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 79.92409900005441,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 85.58397999999579,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 87.52414600003976,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 82.07848300004844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 79.86819399998058,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 96.76453099993523,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 89.41910699999426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 13.90348300000187,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo11() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n function foo12() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n }\n \n foo13 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n return (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n throw (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n void (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n yield (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n return new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n throw new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n void new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n askTrovenaBeenaDependsRowans +\n - ((\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + (glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - (\n - glimseGlyphsHazardNoopsTieTie === 0 &&\n - kochabCooieGameOnOboleUnweave === Math.PI\n - ) ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + glimseGlyphsHazardNoopsTieTie === 0 &&\n + kochabCooieGameOnOboleUnweave === Math.PI\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n .annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n .annularCooeedSplicesWalksWayWay();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz)()()();\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n foo.bar.baz[\n - coooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - baaaaaaaaaaaaaaaaaaaaar\n - : baaaaaaaaaaaaaaaaaaaaaz\n + coooooooooooooooooooooooooooooooooooooooooooooooooooond\n + ? baaaaaaaaaaaaaaaaaaaaar\n + : baaaaaaaaaaaaaaaaaaaaaz\n ];\n \n const decorated = (arg, ignoreRequestError) => {\n return (\n - (\n - typeof arg === \"string\" ||\n - (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - ) ?\n - $delegate(arg, ignoreRequestError)\n - : handleAsyncOperations(arg, ignoreRequestError)).foo();\n + typeof arg === \"string\" ||\n + (arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + ? $delegate(arg, ignoreRequestError)\n + : handleAsyncOperations(arg, ignoreRequestError)\n + ).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n fn?.(\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n fn?.[\n - (glimseGlyphsHazardNoopsTieTie === 0 ?\n - averredBathersBoxroomBuggyNurl\n - : anodyneCondosMalateOverateRetinol\n + (glimseGlyphsHazardNoopsTieTie === 0\n + ? averredBathersBoxroomBuggyNurl\n + : anodyneCondosMalateOverateRetinol\n ).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 147.7190670000855,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 111.2582649999531,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 102.58042699994985,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 104.33437599998433,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 169.87725199991837,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 134.58954900002573,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 128.71025000000373,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 119.28874799993355,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 5.631978999939747,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 150\n + Received + 151\n \n @@ -172,160 +172,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + ? bbbbbbbbbbbbbbbbbb\n + : ccccccccccccccc\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - {\n - a: 0,\n - }\n - : {\n - a:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - y:\n - (\n - {\n - a: 0,\n - }\n - ) ?\n - {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n - };\n + a\n + ? {\n + a: 0,\n + }\n + : {\n + a: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n + };\n \n - a ?\n - {\n - a: function () {\n - return a ?\n - {\n - a: [\n - a ?\n - {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a ?\n - {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a ?\n - function () {\n - a ?\n - a(\n - a ?\n - {\n - a: a({\n - a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n - {\n - a: 0,\n - },\n - a ? a() : (\n - a({\n - a: 0,\n - })\n - ),\n - ),\n - a() ?\n - {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a() ?\n - {\n - a: 0,\n - }\n - : (function (a) {\n - return a() ?\n - [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a ?\n - {\n - a: 0,\n - }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a ?\n - function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n - },\n - }\n - : a;\n + a\n + ? {\n + a: function () {\n + return a\n + ? {\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n + a: 0,\n + }\n + : [\n + {\n + a: 0,\n + },\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n + }\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n + },\n + }\n + : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 123.0598689999897,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 103.5025049999822,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 96.2053850000957,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 94.4179320000112,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 109.80544100003317,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 98.32876500010025,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 94.7333590000635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 105.22085100004915,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 1.181300999945961,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - (\n - $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - kochabCooieGameOnOboleUnweave\n - : annularCooeedSplicesWalksWayWay\n - ) ?\n - anodyneCondosMalateOverateRetinol\n - : averredBathersBoxroomBuggyNurl;\n + $var = (\n + $number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + ? kochabCooieGameOnOboleUnweave\n + : annularCooeedSplicesWalksWayWay\n + )\n + ? anodyneCondosMalateOverateRetinol\n + : averredBathersBoxroomBuggyNurl;\n \n - const value =\n - (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n - true ? true\n - : false\n - : true ? true\n + const value = (\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + )\n + ? true\n + ? true\n + : false\n + : true\n + ? true\n : false;\n \n (\n - bifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - : glimseGlyphsHazardNoopsTieTie\n - ) ?\n + bifornCringerMoshedPerplexSawder\n + ? askTrovenaBeenaDependsRowans\n + : glimseGlyphsHazardNoopsTieTie\n + ) ? (\n <Element>\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n <Sub />\n </Element>\n - : <Element2>\n + ) : (\n + <Element2>\n <Sub />\n <Sub />\n <Sub />\n - </Element2>;\n + </Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 122.78844499995466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 97.71541300008539,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 100.13831900001969,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 85.93550999998115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 100.39254100003745,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 85.13224200007971,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 83.690419999999,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 85.94671199994627,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 2.1453830000245944,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - what == \"cone\" ?\n - (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - : (p) => `here's your ${p} ${what}`;\n + what == \"cone\"\n + ? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + : (p) => `here's your ${p} ${what}`;\n \n - const value =\n - condition1 ? value1\n - : condition2 ? value2\n - : condition3 ? value3\n + const value = condition1\n + ? value1\n + : condition2\n + ? value2\n + : condition3\n + ? value3\n : value4;\n \n const StorybookLoader = ({ match }) =>\n - match.params.storyId === \"button\" ? <ButtonStorybook />\n - : match.params.storyId === \"color\" ? <ColorBook />\n - : match.params.storyId === \"typography\" ? <TypographyBook />\n - : match.params.storyId === \"loading\" ? <LoaderStorybook />\n - : match.params.storyId === \"deal-list\" ? <DealListStory />\n - : <Message>\n + match.params.storyId === \"button\" ? (\n + <ButtonStorybook />\n + ) : match.params.storyId === \"color\" ? (\n + <ColorBook />\n + ) : match.params.storyId === \"typography\" ? (\n + <TypographyBook />\n + ) : match.params.storyId === \"loading\" ? (\n + <LoaderStorybook />\n + ) : match.params.storyId === \"deal-list\" ? (\n + <DealListStory />\n + ) : (\n + <Message>\n <Title>{\"Missing story book\"}</Title>\n <Content>\n <BackButton />\n </Content>\n - </Message>;\n + </Message>\n + );\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - state == \"success\" ?\n - 1 //'Payment completed successfully'\n - : state == \"processing\" ?\n - 2 //'Payment processing'\n - : state == \"invalid_cvc\" ?\n - 3 //'There was an issue with your CVC number'\n - : (\n - true //state == 'invalid_expiry'\n - ) ?\n - 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + state == \"success\"\n + ? 1 //'Payment completed successfully'\n + : state == \"processing\"\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n - (medals[0].record ? \"-record\"\n - : medals[0].unique ? \"-unique\"\n - : medals[0].type)\n + (medals[0].record\n + ? \"-record\"\n + : medals[0].unique\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n - {medals[0].record ?\n - i18n(\"Record\")\n - : medals[0].unique ?\n - i18n(\"Unique\")\n - : medals[0].type === 0 ?\n - i18n(\"Silver\")\n - : medals[0].type === 1 ?\n - i18n(\"Gold\")\n - : medals[0].type === 2 ?\n - i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + {medals[0].record\n + ? i18n(\"Record\")\n + : medals[0].unique\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n - a ? literalline\n - : (\n - {\n - 123: 12,\n - }\n - ) ?\n - line\n - : softline;\n + a\n + ? literalline\n + : {\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n - onFailure !== undefined ? onFailure : (\n - (error) => {\n - notify(\n - typeof error === \"string\" ? error : (\n - error.message || \"ra.notification.http_error\"\n - ),\n - \"warning\",\n - {\n - _:\n - typeof error === \"string\" ? error\n - : error && error.message ? error.message\n - : undefined,\n - },\n - );\n - refresh();\n - }\n - ),\n + onFailure !== undefined\n + ? onFailure\n + : (error) => {\n + notify(\n + typeof error === \"string\"\n + ? error\n + : error.message || \"ra.notification.http_error\",\n + \"warning\",\n + {\n + _:\n + typeof error === \"string\"\n + ? error\n + : error && error.message\n + ? error.message\n + : undefined,\n + },\n + );\n + refresh();\n + },\n };\n \n showNotification(\n typeof error === \"string\" ? error : error.message || body,\n level || \"warning\",\n @@ -252,13 +269,16 @@\n undoable: false,\n },\n );\n \n const result =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 115.74004599999171,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 117.11216300004162,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 101.29081699997187,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 105.02153500006534,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 95.62073399999645,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 101.18510800006334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 107.09921100002248,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 96.56291400000919,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 0.9569820000324398,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - this.state.isVisible ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n - debug ?\n - this.state.isVisible && somethingComplex ?\n - \"partially visible\"\n - : \"hidden\"\n - : null;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + ? this.state.isVisible && somethingComplex\n + ? \"partially visible\"\n + : \"hidden\"\n + : null;\n \n (a) =>\n - a ?\n - () => {\n - a;\n - }\n - : () => {\n - a;\n - };\n + a\n + ? () => {\n + a;\n + }\n + : () => {\n + a;\n + };\n (a) => (a ? a : a);\n (a) =>\n a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 85.68258900009096,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 88.29051099997014,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 91.30446799995843,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 87.07680699997582,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 82.45661400002427,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 91.14865399990231,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 83.30247999995481,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 89.29825500003062,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 1.1325959999812767,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 35\n + Received + 30\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : shortThing;\n + const obj1 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : shortThing;\n \n - const obj2 =\n - conditionIsTruthy ? shortThing : (\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - );\n + const obj2 = conditionIsTruthy\n + ? shortThing\n + : { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - conditionIsTruthy ?\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - : shortThing;\n + const obj3 = conditionIsTruthy\n + ? {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + }\n + : shortThing;\n \n - const obj4 =\n - conditionIsTruthy ? shortThing : (\n - {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - }\n - );\n + const obj4 = conditionIsTruthy\n + ? shortThing\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n - const obj5 =\n - conditionIsTruthy ?\n - { some: \"long\", object: \"with\", lots: \"of\", stuff }\n - : {\n - some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n - object: \"with\",\n - lots: \"of\",\n - stuff,\n - };\n + const obj5 = conditionIsTruthy\n + ? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + : {\n + some: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n + object: \"with\",\n + lots: \"of\",\n + stuff,\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 85.19350799999665,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 91.33762699994259,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 85.18670800002292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 87.4251969999168,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 88.24366600008216,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 84.15352000005078,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 84.8100760000525,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"tabWidth\":4}"
],
"duration": 95.41987299988978,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.9571809999179095,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -18,27 +18,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 87.03456299996469,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 93.388001000043,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 85.7607559999451,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 81.7083130000392,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 85.66274800000247,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 83.50786500005051,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 83.05142699996941,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 84.09681500005536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 0.9361789999529719,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -17,15 +17,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 80.55881499999668,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 81.06415900005959,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 80.34279699996114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 88.23216500005219,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 95.20915499993134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 86.55972399993334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 83.09763099998236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 81.21387199999299,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 4.370970000047237,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -299,330 +299,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 142.94369400001597,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 129.90919099992607,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 112.76394099998288,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 116.33684300002642,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 112.39050900004804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 108.76080199994612,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 112.99956100003328,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 131.2235019999789,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 2.9085469999117777,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 141\n + Received + 138\n \n @@ -172,160 +172,157 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n -\n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 95.4314739999827,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 96.19183899997734,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 104.87067299999762,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 91.66815599997062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 89.90020599996205,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 91.27292300004046,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 92.52032799995504,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 89.95301099994686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.1757989999605343,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -41,43 +41,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 88.6018959999783,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 91.69055699999444,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 85.98897599999327,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 92.58433300000615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 88.0144469999941,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 89.23294900008477,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 83.85939500003587,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 94.82122299994808,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 2.2336889998987317,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -140,110 +140,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -252,13 +269,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 122.46996100002434,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 112.85874899988994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 112.19759300001897,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 106.58211700001266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 98.60344199999236,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 104.01529999997001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 99.37120799999684,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 102.71739100001287,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.2432049999479204,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -11,29 +11,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 86.33100499992725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 88.7644099999452,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 82.75290199997835,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 79.75394800002687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 79.77304999995977,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 83.59867300000042,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 84.60825799999293,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 80.92114700004458,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 1.1181939999805763,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -18,46 +18,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 91.26162100001238,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 87.78012699994724,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 88.9864289999241,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 84.06641299999319,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 89.64998500002548,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 88.01544699992519,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 85.1225019999547,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true}"
],
"duration": 86.65563199995086,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.0231860000640154,
"failureMessages": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 14\n + Received + 10\n \n @@ -19,27 +19,23 @@\n ))\n ))\n \n =====================================output=====================================\n const funnelSnapshotCard =\n - \t(\n - \t\t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n - \t\t(report === COMPANY_OVERVIEW &&\n - \t\t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics)\n - \t) ?\n + \t(report === MY_OVERVIEW && !ReportGK.xar_metrics_active_capitol_v2) ||\n + \t(report === COMPANY_OVERVIEW &&\n + \t\t!ReportGK.xar_metrics_active_capitol_v2_company_metrics) ? (\n \t\t<ReportMetricsFunnelSnapshotCard metrics={metrics} />\n - \t:\tnull;\n + \t) : null;\n \n room = room.map((row, rowIndex) =>\n \trow.map((col, colIndex) =>\n - \t\t(\n - \t\t\trowIndex === 0 ||\n - \t\t\tcolIndex === 0 ||\n - \t\t\trowIndex === height ||\n - \t\t\tcolIndex === width\n - \t\t) ?\n - \t\t\t1\n - \t\t:\t0,\n + \t\trowIndex === 0 ||\n + \t\tcolIndex === 0 ||\n + \t\trowIndex === height ||\n + \t\tcolIndex === width\n + \t\t\t? 1\n + \t\t\t: 0,\n \t),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 89.15124300005846,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.00881599995773,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 84.70277299999725,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 100.62814699998125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.04386900004465,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.19350599998143,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 92.1617279999191,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 85.88509400002658,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 0.9589810000034049,
"failureMessages": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -18,15 +18,13 @@\n \n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\t\tanodyneCondosMalateOverateRetinol\n - \t) ?\n - \t\tannularCooeedSplicesWalksWayWay\n - \t:\tkochabCooieGameOnOboleUnweave,\n + \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n + \tanodyneCondosMalateOverateRetinol\n + \t\t? annularCooeedSplicesWalksWayWay\n + \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 94.03118699998595,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 89.61851199995726,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 83.98893400002271,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 86.53154999995604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.3033900000155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 81.49872299993876,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 81.9822629999835,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.84681600006297,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 4.800106999929994,
"failureMessages": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 159\n + Received + 182\n \n @@ -300,330 +300,353 @@\n ).prop\n ];\n \n =====================================output=====================================\n foo7 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n foo8 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo9 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )[Fooooooooooo];\n \n function foo10() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo11() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n function foo12() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo];\n }\n \n foo13 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n foo14 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo15 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + ).Fooooooooooo.Fooooooooooo;\n \n function foo16() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo17() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n function foo18() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n }\n \n foo19 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n foo20 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo21 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo22() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo23() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo24() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo25 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n foo26 = (condition ? firstValue : secondValue)[SomeType];\n \n const foo27 = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.(Fooooooooooo.Fooooooooooo);\n \n function foo28() {\n \treturn (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo29() {\n \tthrow (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function foo30() {\n \tvoid (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n }\n \n function* foo31() {\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)?.(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz).Fooooooooooo.Fooooooooooo;\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t).Fooooooooooo.Fooooooooooo;\n \tyield (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)[Fooooooooooo.Fooooooooooo];\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)[Fooooooooooo.Fooooooooooo];\n }\n \n const foo32 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n function foo33() {\n \treturn new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo34() {\n \tthrow new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n function foo35() {\n \tvoid new (\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n + \t)(Fooooooooooo.Fooooooooooo);\n }\n \n foo36 = new (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)(Fooooooooooo.Fooooooooooo);\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)[AnnularCooeedSplicesWalksWayWay];\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).Fooooooooooo.Fooooooooooo;\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n \n bifornCringerMoshedPerplexSawder =\n \taskTrovenaBeenaDependsRowans +\n - \t((\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n + \t(glimseGlyphsHazardNoopsTieTie === 0 &&\n + \t\tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol)(Fooooooooooo.Fooooooooooo);\n // TODO(rattrayalex): try to fix this case\n \n bifornCringerMoshedPerplexSawder = (\n - \t(\n - \t\tglimseGlyphsHazardNoopsTieTie === 0 &&\n - \t\tkochabCooieGameOnOboleUnweave === Math.PI\n - \t) ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol).annularCooeedSplicesWalksWayWay\n + \tglimseGlyphsHazardNoopsTieTie === 0 &&\n + \tkochabCooieGameOnOboleUnweave === Math.PI\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n + ).annularCooeedSplicesWalksWayWay\n \t.annularCooeedSplicesWalksWayWay(annularCooeedSplicesWalksWayWay)\n \t.annularCooeedSplicesWalksWayWay();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)?.()?.()?.();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )?.()?.()?.();\n \n foo = (\n - \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t:\tbaaaaaaaaaaaaaaaaaaaaaz)()()();\n + \tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t: baaaaaaaaaaaaaaaaaaaaaz\n + )()()();\n \n foo =\n \tfoo.bar.baz[\n - \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond ?\n - \t\t\tbaaaaaaaaaaaaaaaaaaaaar\n - \t\t:\tbaaaaaaaaaaaaaaaaaaaaaz\n + \t\tcoooooooooooooooooooooooooooooooooooooooooooooooooooond\n + \t\t\t? baaaaaaaaaaaaaaaaaaaaar\n + \t\t\t: baaaaaaaaaaaaaaaaaaaaaz\n \t];\n \n const decorated = (arg, ignoreRequestError) => {\n \treturn (\n - \t\t(\n - \t\t\ttypeof arg === \"string\" ||\n - \t\t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n - \t\t) ?\n - \t\t\t$delegate(arg, ignoreRequestError)\n - \t\t:\thandleAsyncOperations(arg, ignoreRequestError)).foo();\n + \t\ttypeof arg === \"string\" ||\n + \t\t(arg && arg.valueOf && typeof arg.valueOf() === \"string\")\n + \t\t\t? $delegate(arg, ignoreRequestError)\n + \t\t\t: handleAsyncOperations(arg, ignoreRequestError)\n + \t).foo();\n };\n \n bifornCringerMoshedPerplexSawder = fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder = fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n fn?.(\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop,\n );\n \n bifornCringerMoshedPerplexSawder =\n \tfn[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n bifornCringerMoshedPerplexSawder =\n \tfn?.[\n - \t\t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\t\taverredBathersBoxroomBuggyNurl\n - \t\t:\tanodyneCondosMalateOverateRetinol\n + \t\t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t\t? averredBathersBoxroomBuggyNurl\n + \t\t\t: anodyneCondosMalateOverateRetinol\n \t\t).prop\n \t];\n \n fn?.[\n - \t(glimseGlyphsHazardNoopsTieTie === 0 ?\n - \t\taverredBathersBoxroomBuggyNurl\n - \t:\tanodyneCondosMalateOverateRetinol\n + \t(glimseGlyphsHazardNoopsTieTie === 0\n + \t\t? averredBathersBoxroomBuggyNurl\n + \t\t: anodyneCondosMalateOverateRetinol\n \t).prop\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 127.582335999934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 114.5233269999735,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 111.19324399996549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 107.75985300005414,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 101.27570300002117,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 118.36445400002412,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 131.1410390000092,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 107.12759899999946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 3.3521839999593794,
"failureMessages": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 141\n + Received + 142\n \n @@ -173,160 +173,161 @@\n \t\t\t}\n \t }\n : a;\n \n =====================================output=====================================\n - aaaaaaaaaaaaaaa ? bbbbbbbbbbbbbbbbbb\n - : ccccccccccccccc ? ddddddddddddddd\n - : eeeeeeeeeeeeeee ? fffffffffffffff\n - : gggggggggggggggg;\n + aaaaaaaaaaaaaaa\n + \t? bbbbbbbbbbbbbbbbbb\n + \t: ccccccccccccccc\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n - aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?\n - \t\t\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t\t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - \t:\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n - :\taaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n + aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t\t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n + \t: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa;\n \n - a ?\n - \t{\n - \t\ta: 0,\n - \t}\n - :\t{\n - \t\ta:\n - \t\t\t(\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t) ?\n - \t\t\t\t{\n - \t\t\t\t\ta: 0,\n - \t\t\t\t}\n - \t\t\t:\t{\n - \t\t\t\t\ty:\n - \t\t\t\t\t\t(\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t) ?\n - \t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\t{\n - \t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t},\n - \t\t\t\t},\n - \t};\n -\n - a ?\n - \t{\n - \t\ta: function () {\n - \t\t\treturn a ?\n - \t\t\t\t\t{\n - \t\t\t\t\t\ta: [\n - \t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t{\n + a\n + \t? {\n + \t\t\ta: 0,\n + \t }\n + \t: {\n + \t\t\ta: {\n + \t\t\t\ta: 0,\n + \t\t\t}\n + \t\t\t\t? {\n + \t\t\t\t\t\ta: 0,\n + \t\t\t\t }\n + \t\t\t\t: {\n + \t\t\t\t\t\ty: {\n + \t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t}\n + \t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n - \t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t[\n - \t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t: {\n + \t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t },\n + \t\t\t\t },\n + \t };\n +\n + a\n + \t? {\n + \t\t\ta: function () {\n + \t\t\t\treturn a\n + \t\t\t\t\t? {\n + \t\t\t\t\t\t\ta: [\n + \t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n - \t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\t\t\treturn a ?\n + \t\t\t\t\t\t\t\t\t\t\tb: [a ? [0, 1] : []],\n + \t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t0,\n \t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t];\n - \t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t],\n - \t\t\t\t\t}\n - \t\t\t\t:\t[\n - \t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\tfunction () {\n - \t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: a({\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t}),\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t[\n - \t\t\t\t\t\t\t\t\t\t\t\t0,\n - \t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\ta(\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\ta ? a() : (\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta({\n + \t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\ta ? 0 : 1,\n + \t\t\t\t\t\t\t\t\t\t\t],\n + \t\t\t\t\t\t\t\t\t\t\tfunction () {\n + \t\t\t\t\t\t\t\t\t\t\t\treturn a\n + \t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t})\n - \t\t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t],\n - \t\t\t\t\t\t\t\t\t)\n - \t\t\t\t\t\t\t\t:\ta(\n - \t\t\t\t\t\t\t\t\t\ta() ?\n - \t\t\t\t\t\t\t\t\t\t\t{\n - \t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t:\t(function (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\treturn a() ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t[\n + \t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t: [\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]\n - \t\t\t\t\t\t\t\t\t\t\t\t\t:\ta([\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t ];\n + \t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t],\n + \t\t\t\t\t }\n + \t\t\t\t\t: [\n + \t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t? function () {\n + \t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t? a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a({\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t:\t{},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t}),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a({\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: [],\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ],\n + \t\t\t\t\t\t\t\t\t\t\t )\n + \t\t\t\t\t\t\t\t\t\t\t: a(\n + \t\t\t\t\t\t\t\t\t\t\t\t\ta()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t]);\n - \t\t\t\t\t\t\t\t\t\t\t})(\n - \t\t\t\t\t\t\t\t\t\t\t\ta ?\n - \t\t\t\t\t\t\t\t\t\t\t\t\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t}\n - \t\t\t\t\t\t\t\t\t\t\t\t:\tfunction (a) {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n - \t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n - \t\t\t\t\t\t\t\t\t\t\t\t\t},\n - \t\t\t\t\t\t\t\t\t\t\t),\n - \t\t\t\t\t\t\t\t\t);\n - \t\t\t\t\t\t\t}\n - \t\t\t\t\t\t:\tfunction () {},\n - \t\t\t\t\t];\n - \t\t},\n - \t}\n - :\ta;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t: (function (a) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn a()\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? [\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tb: a(),\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: a([\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: {},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta: 0,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ]);\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t })(\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t? function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 0;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t: function (\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ta,\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t ) {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn function () {\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\treturn 1;\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t};\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t },\n + \t\t\t\t\t\t\t\t\t\t\t\t\t\t ),\n + \t\t\t\t\t\t\t\t\t\t\t );\n + \t\t\t\t\t\t\t\t }\n + \t\t\t\t\t\t\t\t: function () {},\n + \t\t\t\t\t ];\n + \t\t\t},\n + \t }\n + \t: a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 114.63033600000199,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 96.6772120000096,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 91.75879300001543,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.84111600008328,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 92.50955800001975,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 91.24914999993052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 91.3250569999218,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 99.18242399999872,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.1344960000133142,
"failureMessages": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 21\n + Received + 25\n \n @@ -42,43 +42,47 @@\n <Sub />\n </Element2>\n );\n \n =====================================output=====================================\n - $var =\n - \t(\n - \t\t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20) ?\n - \t\t\tkochabCooieGameOnOboleUnweave\n - \t\t:\tannularCooeedSplicesWalksWayWay\n - \t) ?\n - \t\tanodyneCondosMalateOverateRetinol\n - \t:\taverredBathersBoxroomBuggyNurl;\n + $var = (\n + \t$number % 10 >= 2 && ($number % 100 < 10 || $number % 100 >= 20)\n + \t\t? kochabCooieGameOnOboleUnweave\n + \t\t: annularCooeedSplicesWalksWayWay\n + )\n + \t? anodyneCondosMalateOverateRetinol\n + \t: averredBathersBoxroomBuggyNurl;\n \n - const value =\n - \t(\n - \t\tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t\t:\tglimseGlyphsHazardNoopsTieTie\n - \t) ?\n - \t\ttrue ? true\n - \t\t:\tfalse\n - \t: true ? true\n + const value = (\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + )\n + \t? true\n + \t\t? true\n + \t\t: false\n + \t: true\n + \t? true\n \t: false;\n \n (\n - \tbifornCringerMoshedPerplexSawder ? askTrovenaBeenaDependsRowans\n - \t:\tglimseGlyphsHazardNoopsTieTie\n - ) ?\n + \tbifornCringerMoshedPerplexSawder\n + \t\t? askTrovenaBeenaDependsRowans\n + \t\t: glimseGlyphsHazardNoopsTieTie\n + ) ? (\n \t<Element>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n \t</Element>\n - :\t<Element2>\n + ) : (\n + \t<Element2>\n \t\t<Sub />\n \t\t<Sub />\n \t\t<Sub />\n - \t</Element2>;\n + \t</Element2>\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.4908160000341,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 89.09196699992754,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 85.45565899997018,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.2862900000764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.57221400004346,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 86.25352599995676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 91.43826700001955,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 84.77400100009982,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 3.856028000009246,
"failureMessages": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 79\n + Received + 99\n \n @@ -141,110 +141,127 @@\n : null\n : null;\n \n =====================================output=====================================\n let icecream =\n - \twhat == \"cone\" ?\n - \t\t(p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n - \t:\t(p) => `here's your ${p} ${what}`;\n + \twhat == \"cone\"\n + \t\t? (p) => (!!p ? `here's your ${p} cone` : `just the empty cone for you`)\n + \t\t: (p) => `here's your ${p} ${what}`;\n \n - const value =\n - \tcondition1 ? value1\n - \t: condition2 ? value2\n - \t: condition3 ? value3\n + const value = condition1\n + \t? value1\n + \t: condition2\n + \t? value2\n + \t: condition3\n + \t? value3\n \t: value4;\n \n const StorybookLoader = ({ match }) =>\n - \tmatch.params.storyId === \"button\" ? <ButtonStorybook />\n - \t: match.params.storyId === \"color\" ? <ColorBook />\n - \t: match.params.storyId === \"typography\" ? <TypographyBook />\n - \t: match.params.storyId === \"loading\" ? <LoaderStorybook />\n - \t: match.params.storyId === \"deal-list\" ? <DealListStory />\n - \t: <Message>\n + \tmatch.params.storyId === \"button\" ? (\n + \t\t<ButtonStorybook />\n + \t) : match.params.storyId === \"color\" ? (\n + \t\t<ColorBook />\n + \t) : match.params.storyId === \"typography\" ? (\n + \t\t<TypographyBook />\n + \t) : match.params.storyId === \"loading\" ? (\n + \t\t<LoaderStorybook />\n + \t) : match.params.storyId === \"deal-list\" ? (\n + \t\t<DealListStory />\n + \t) : (\n + \t\t<Message>\n \t\t\t<Title>{\"Missing story book\"}</Title>\n \t\t\t<Content>\n \t\t\t\t<BackButton />\n \t\t\t</Content>\n - \t\t</Message>;\n + \t\t</Message>\n + \t);\n \n const message =\n - \ti % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - \t: i % 3 === 0 ? \"fizz\"\n - \t: i % 5 === 0 ? \"buzz\"\n - \t: String(i);\n + \ti % 3 === 0 && i % 5 === 0\n + \t\t? \"fizzbuzz\"\n + \t\t: i % 3 === 0\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n - \tstate == \"success\" ? \"Payment completed successfully\"\n - \t: state == \"processing\" ? \"Payment processing\"\n - \t: state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - \t: state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - \t: \"There was an issue with the payment. Please contact support.\";\n + \tstate == \"success\"\n + \t\t? \"Payment completed successfully\"\n + \t\t: state == \"processing\"\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n - \tstate == \"success\" ?\n - \t\t1 //'Payment completed successfully'\n - \t: state == \"processing\" ?\n - \t\t2 //'Payment processing'\n - \t: state == \"invalid_cvc\" ?\n - \t\t3 //'There was an issue with your CVC number'\n - \t: (\n - \t\ttrue //state == 'invalid_expiry'\n - \t) ?\n - \t\t4 //'Expiry must be sometime in the past.'\n - \t:\t5; // 'There was an issue with the payment. Please contact support.'\n + \tstate == \"success\"\n + \t\t? 1 //'Payment completed successfully'\n + \t\t: state == \"processing\"\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n - \t\t\t(medals[0].record ? \"-record\"\n - \t\t\t: medals[0].unique ? \"-unique\"\n - \t\t\t: medals[0].type)\n + \t\t\t(medals[0].record\n + \t\t\t\t? \"-record\"\n + \t\t\t\t: medals[0].unique\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n - \t\t{medals[0].record ?\n - \t\t\ti18n(\"Record\")\n - \t\t: medals[0].unique ?\n - \t\t\ti18n(\"Unique\")\n - \t\t: medals[0].type === 0 ?\n - \t\t\ti18n(\"Silver\")\n - \t\t: medals[0].type === 1 ?\n - \t\t\ti18n(\"Gold\")\n - \t\t: medals[0].type === 2 ?\n - \t\t\ti18n(\"Platinum\")\n - \t\t:\ti18n(\"Theme\")}\n + \t\t{medals[0].record\n + \t\t\t? i18n(\"Record\")\n + \t\t\t: medals[0].unique\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n - a ? literalline\n - : (\n - \t{\n - \t\t123: 12,\n - \t}\n - ) ?\n - \tline\n - :\tsoftline;\n + a\n + \t? literalline\n + \t: {\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n - \t\tonFailure !== undefined ? onFailure : (\n - \t\t\t(error) => {\n - \t\t\t\tnotify(\n - \t\t\t\t\ttypeof error === \"string\" ? error : (\n - \t\t\t\t\t\terror.message || \"ra.notification.http_error\"\n - \t\t\t\t\t),\n - \t\t\t\t\t\"warning\",\n - \t\t\t\t\t{\n - \t\t\t\t\t\t_:\n - \t\t\t\t\t\t\ttypeof error === \"string\" ? error\n - \t\t\t\t\t\t\t: error && error.message ? error.message\n - \t\t\t\t\t\t\t: undefined,\n - \t\t\t\t\t},\n - \t\t\t\t);\n - \t\t\t\trefresh();\n - \t\t\t}\n - \t\t),\n + \t\tonFailure !== undefined\n + \t\t\t? onFailure\n + \t\t\t: (error) => {\n + \t\t\t\t\tnotify(\n + \t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t: error.message || \"ra.notification.http_error\",\n + \t\t\t\t\t\t\"warning\",\n + \t\t\t\t\t\t{\n + \t\t\t\t\t\t\t_:\n + \t\t\t\t\t\t\t\ttypeof error === \"string\"\n + \t\t\t\t\t\t\t\t\t? error\n + \t\t\t\t\t\t\t\t\t: error && error.message\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n + \t\t\t\t\t\t},\n + \t\t\t\t\t);\n + \t\t\t\t\trefresh();\n + \t\t\t },\n };\n \n showNotification(\n \ttypeof error === \"string\" ? error : error.message || body,\n \tlevel || \"warning\",\n @@ -253,13 +270,16 @@\n \t\tundoable: false,\n \t},\n );\n \n const result =\n - \tchildren && !isEmptyChildren(children) ? children\n - \t: props.match ?\n - \t\tcomponent ? React.createElement(component, props)\n - \t\t: render ? render(props)\n - \t\t: null\n - \t:\tnull;\n + \tchildren && !isEmptyChildren(children)\n + \t\t? children\n + \t\t: props.match\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 102.41499800002202,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 106.17701800004579,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 96.24977600004058,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 115.40410200005863,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 98.62537699996028,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 95.5515159999486,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 105.33804699999746,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 102.92454200005159,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.0149860000237823,
"failureMessages": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 17\n + Received + 13\n \n @@ -12,29 +12,25 @@\n a => a ? () => {a} : () => {a}\n a => a ? a : a\n a => a ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a\n \n =====================================output=====================================\n - debug ?\n - \tthis.state.isVisible ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n - debug ?\n - \tthis.state.isVisible && somethingComplex ?\n - \t\t\"partially visible\"\n - \t:\t\"hidden\"\n - :\tnull;\n + debug ? (this.state.isVisible ? \"partially visible\" : \"hidden\") : null;\n + debug\n + \t? this.state.isVisible && somethingComplex\n + \t\t? \"partially visible\"\n + \t\t: \"hidden\"\n + \t: null;\n \n (a) =>\n - \ta ?\n - \t\t() => {\n - \t\t\ta;\n - \t\t}\n - \t:\t() => {\n - \t\t\ta;\n - \t\t};\n + \ta\n + \t\t? () => {\n + \t\t\t\ta;\n + \t\t }\n + \t\t: () => {\n + \t\t\t\ta;\n + \t\t };\n (a) => (a ? a : a);\n (a) =>\n \ta ? aasdasdasdasdasdasdaaasdasdasdasdasdasdasdasdasdasdasdasdasdaaaaaa : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 83.00304999994114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 95.97145200008526,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.39572299993597,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 83.02555199991912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 97.5528860000195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.55539100000169,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.06237000005785,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 81.19049599999562,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 1.1686999999219552,
"failureMessages": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 23\n + Received + 18\n \n @@ -19,46 +19,41 @@\n const obj5 = conditionIsTruthy ? { some: 'long', object: 'with', lots: 'of', stuff } : { some: 'eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger', object: 'with', lots: 'of', stuff }\n \n =====================================output=====================================\n const obj0 = conditionIsTruthy ? shortThing : otherShortThing;\n \n - const obj1 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\tshortThing;\n + const obj1 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: shortThing;\n \n - const obj2 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t);\n + const obj2 = conditionIsTruthy\n + \t? shortThing\n + \t: { some: \"long\", object: \"with\", lots: \"of\", stuff };\n \n - const obj3 =\n - \tconditionIsTruthy ?\n - \t\t{\n + const obj3 = conditionIsTruthy\n + \t? {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t:\tshortThing;\n + \t }\n + \t: shortThing;\n \n - const obj4 =\n - \tconditionIsTruthy ? shortThing : (\n - \t\t{\n + const obj4 = conditionIsTruthy\n + \t? shortThing\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t}\n - \t);\n + \t };\n \n - const obj5 =\n - \tconditionIsTruthy ?\n - \t\t{ some: \"long\", object: \"with\", lots: \"of\", stuff }\n - \t:\t{\n + const obj5 = conditionIsTruthy\n + \t? { some: \"long\", object: \"with\", lots: \"of\", stuff }\n + \t: {\n \t\t\tsome: \"eeeeeeeeeeeeven looooooooooooooooooooooooooooooonger\",\n \t\t\tobject: \"with\",\n \t\t\tlots: \"of\",\n \t\t\tstuff,\n - \t\t};\n + \t };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 8)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 84.10314300004393,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 90.2220639999723,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.54911100002937,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 82.64192000008188,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 87.77655500010587,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 92.88679000001866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 84.58968400000595,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4}"
],
"duration": 88.07328100001905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 55,
"numPendingTests": 0,
"perfStats": {
"start": 152537.32004199992,
"end": 155570.62708499993,
"runtime": 3033,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 0.7120600000489503,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 94.62653699994553,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 2.683227999950759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.3714169999584556,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 1.4289219999918714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 78.6525810000021,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js"
],
"duration": 83.09725800005253,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.9029769999906421,
"failureMessages": [
"empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 87.98777400003746,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 2.165982999955304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.2264040000736713,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 1.717845999985002,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 81.89825600001495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 80.73595700005535,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 0.6295529999770224,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 83.30637500004377,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.8773590000346303,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.1865010000765324,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 1.1892009999137372,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 82.52200999995694,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-types.js"
],
"duration": 80.45563400001265,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 0.6399540000129491,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 79.47135000000708,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.6254379999591038,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.2096029999665916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 1.2534070000983775,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 79.53065500000957,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-type.js"
],
"duration": 83.47858999995515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 0.7513640000252053,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 82.35714800003916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 84.06637999997474,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 95.01670300005935,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 89.71635699993931,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 81.09943099995144,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-import-assertions.js"
],
"duration": 88.11792200000491,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 0.7102599999634549,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 84.62052700005006,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.925262000062503,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.2348040000069886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 1.2649070000043139,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 83.9528720000526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"re-export.js"
],
"duration": 92.57719700003508,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 0.6622559999814257,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 85.21367800002918,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.7328459999989718,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.2407050000037998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 1.2244030000874773,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 85.16477300005499,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-import.js"
],
"duration": 86.18726000003517,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 0.6637549999868497,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 85.80502700002398,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.6655409999657422,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.1772990000899881,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 1.1291949999285862,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 80.03624200006016,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"without-from.js"
],
"duration": 85.39179299992975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 41,
"numPendingTests": 0,
"perfStats": {
"start": 155700.98536599998,
"end": 157197.49531699996,
"runtime": 1497,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 31,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 0.635154000017792,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 92.98393200000282,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 86.90081999998074,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 80.67619499994908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-binding.js"
],
"duration": 80.51838199992198,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 0.9237770000472665,
"failureMessages": [
"import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 2.028770999982953,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 1.201600999920629,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 1.1746989999664947,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-declaration.js"
],
"duration": 91.30079000000842,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 0.6436540000140667,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 1.8681579999392852,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 1.3614150000503287,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 1.293009000015445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-attributes-expression.js"
],
"duration": 82.13731799996458,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 0.8712730000261217,
"failureMessages": [
"import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 1.5415300000458956,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 1.2689070000778884,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 1.3090099999681115,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-from.js"
],
"duration": 82.93748600000981,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 0.9410790000110865,
"failureMessages": [
"import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 1.67554199998267,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 1.2386050000786781,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 1.1394960000179708,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-binding-source.js"
],
"duration": 86.63839800003916,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 0.6905580000020564,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 1.6925419999752194,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 1.2874079999746755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 1.1365950000472367,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source-dynamic-import.js"
],
"duration": 83.16130500007421,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 1.018785999971442,
"failureMessages": [
"import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 1.62143699999433,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 1.1543969999765977,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 1.193100000033155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-source.js"
],
"duration": 86.7951109999558,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 2.23378800007049,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.2204030000139028,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.0971930000232533,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.1158939999295399,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.310611000051722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 1.3462139999028295,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 1.1217950000427663,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 1.1587979999603704,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 1.0903919999254867,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-namespace.js"
],
"duration": 1.474625000031665,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 153,
"numPendingTests": 0,
"perfStats": {
"start": 157282.778101,
"end": 170215.10867,
"runtime": 12932,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.44673799991142005,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 86.77210800000466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 86.71220300009008,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 86.74540599994361,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 93.80890199996065,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 85.81092700001318,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 88.44174899999052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 89.60774699994363,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 84.80714299995452,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.44513799995183945,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 80.01774000003934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 82.62786000000779,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 102.48303200001828,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 92.67090600007214,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 79.17026799998712,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 77.99606899998616,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 78.8494420000352,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 80.25285900000017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 0.4563380000181496,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 79.26147599995602,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 79.56360200000927,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 80.97881999996025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 80.46357700007502,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 87.22374699998181,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 78.32319699996151,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 78.60982200002763,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #2"
],
"duration": 80.10654699988663,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 0.4202359999762848,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 80.06394399993587,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 83.05729599995539,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 86.36277499992866,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 82.97348799998872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 81.59677299996838,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 86.53328900004271,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 82.16081999999005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #3"
],
"duration": 79.3298819999909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 0.5525459999917075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 78.4822109999368,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 86.79281100002117,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 82.13661799998954,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 83.65304699994158,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 79.10756300005596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 88.29403700004332,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 78.27039299998432,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #4"
],
"duration": 87.38866100006271,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 0.4386369999265298,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 81.79008899990004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 80.99242200003937,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 81.94890300009865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 87.52487299998756,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 84.63922899996396,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 89.70195499993861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 87.84239900007378,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #5"
],
"duration": 85.67191600007936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 0.4586380000691861,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 85.09706800000276,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 87.94780399999581,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 79.24446700001135,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 83.68164099997375,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 80.61438300006557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 79.85612000001129,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 81.6309679999249,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #6"
],
"duration": 79.99213000002783,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 0.6842579999938607,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 84.17148199991789,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 87.50476300006267,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 95.18790899997111,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 83.13659600005485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 84.20338500000071,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 85.73751399992034,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 77.47331800009124,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #7"
],
"duration": 79.45708600000944,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 0.6354539999738336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 79.88302199996542,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 80.5894809999736,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 88.06010999996215,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 88.4382410000544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 94.41184399998747,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 84.46850700001232,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 81.13522699999157,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #8"
],
"duration": 89.3525180000579,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 0.6606550000142306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 89.54803499998525,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 87.21893900004216,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 94.64616399991792,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 80.78329699998721,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 83.35681300004944,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 79.97242900007404,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 86.3443650000263,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #9"
],
"duration": 82.89887500007171,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 0.6643560000229627,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 90.26609499996994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 94.16882400005125,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 81.81928399996832,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 82.84277099999599,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 82.59014900005423,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 80.95961200003512,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 83.70684300002176,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #10"
],
"duration": 88.67826099996455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 0.6568549999501556,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 81.82198500004597,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 85.07635800004937,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 86.8457070000004,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 84.45760700001847,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 80.76149499998428,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 80.44036799995229,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 83.92426100000739,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #11"
],
"duration": 82.4895409999881,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 0.6474550000857562,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 83.80125100002624,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 84.16948199993931,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 84.5109109999612,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 87.39775399991777,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 87.41355499997735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 85.3319799999008,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 87.35245000000577,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #12"
],
"duration": 84.95204800006468,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 0.7347619999200106,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 83.03658599988557,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 90.780938000069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 81.2565370000666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 89.39422200003173,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 85.68931000004523,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 79.92622499994468,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 81.86328799999319,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #13"
],
"duration": 88.07771099999081,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 0.6689570000162348,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 87.52296500001103,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 83.6612389999209,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 81.8110840000445,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 81.83158500003628,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 81.31964199990034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 90.0821790000191,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 81.7430779999122,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #14"
],
"duration": 80.19574799994007,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 0.6644559999695048,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 93.8996010000119,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 91.22567600000184,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 84.70562699995935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 83.95426399994176,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 80.16324400005396,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 81.21953399991617,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 80.1840469999006,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #15"
],
"duration": 85.50879499991424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 0.6171509999549016,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 83.47832400002517,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 84.73143000004347,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 91.7645209999755,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 87.83429100003559,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 89.73825000005309,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 82.47744799999055,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 81.77633200003766,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #16"
],
"duration": 80.60983299999498,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 158,
"numPendingTests": 0,
"perfStats": {
"start": 170299.64813600003,
"end": 180982.209852,
"runtime": 10683,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 58,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"basic.js"
],
"duration": 0.6605559999588877,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 84.76558500004467,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 89.45548300002702,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 2.3527000000467524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 1.3261129999300465,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 85.79437300004065,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js"
],
"duration": 86.21970899996813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6442549999337643,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 94.29869399999734,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 89.37277499993797,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 2.1410809999797493,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.2928090000059456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 88.71701999998186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 84.76358599995729,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.6739570000208914,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 85.3486349999439,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 89.38887700007763,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.7828510000836104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.3253130000084639,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 83.52237999998033,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 84.84939200000372,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 0.6638560000574216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 106.01488699996844,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 92.92657699994743,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 97.93660200003069,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 87.19449100003112,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 90.90820599999279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 84.17913599999156,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js"
],
"duration": 80.80845000001136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 0.6215529999462888,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 81.39730000006966,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 89.81971399998292,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 88.60361099999864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 79.65115199994761,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 94.93624800001271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 91.95439400000032,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js"
],
"duration": 85.64965999999549,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.636454000021331,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 84.36835200001951,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 85.52474899997469,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 1.8959599999943748,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 1.351414000033401,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 88.42509499995504,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 84.99750500009395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 0.589949999935925,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 84.54556700005196,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 87.70093399996404,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 2.0857770000584424,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 1.352813999983482,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 87.07378100010101,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js"
],
"duration": 84.41785600001458,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 0.6674570000031963,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 85.98738900001626,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 90.04863299999852,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 1.8234550000634044,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 1.284808999975212,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 84.78768700000364,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js"
],
"duration": 87.32470200001262,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.6623560000443831,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 82.96323300001677,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 82.69290899997577,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 1.7845519999973476,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 1.3022110000019893,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 81.73402799991891,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 84.64887599996291,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 0.6485549999633804,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 86.28051299997605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 88.64621400006581,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 1.7351469999412075,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 1.3009099999908358,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 83.44417399994563,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js"
],
"duration": 82.77861699997447,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 0.7292620000662282,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 91.4877550000092,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 93.19030000001658,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 1.8207539999857545,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 1.3231120000127703,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 86.45472899999004,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js"
],
"duration": 88.64931500004604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 0.6300529999425635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 88.05626500002109,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 87.91375200008042,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 1.97006700001657,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 1.3174120000330731,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 85.06981100002304,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"basic.js - {\"semi\":false}"
],
"duration": 80.6970399999991,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.6727570000803098,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 83.7939029999543,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 84.7199809999438,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 1.904060999979265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 1.4965269999811426,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 86.16450399998575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 82.58110099995974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.6572559999767691,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 81.54841299995314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 84.7278820000356,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 1.7979520000517368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 1.2703079999191687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 90.94100899994373,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 89.79801200004295,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 0.652955999947153,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 85.63045900000725,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 88.05226400005631,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 82.97003299999051,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 87.4975169999525,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 87.69023300008848,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 81.88324099988677,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-method.js - {\"semi\":false}"
],
"duration": 83.957216000068,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 0.6257530000293627,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 90.92540700000245,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 81.92334500001743,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 82.98613400000613,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 85.57344499998726,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 85.48908700002357,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 87.02111600001808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"not-accessor-property.js - {\"semi\":false}"
],
"duration": 86.08643800008576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.6474539999617264,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 87.86138699995354,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 90.47060700005386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 1.8670569999376312,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 1.2636059999931604,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 84.73082300007809,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 90.31309399998281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 0.6456550000002608,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 90.4565050000092,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 84.59001200005878,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 1.8092530000722036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 1.2938089999370277,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 85.99863000004552,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-computed.js - {\"semi\":false}"
],
"duration": 93.83288899995387,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 0.6706569999223575,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 84.47220299998298,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 84.36979300004896,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 1.7078439999604598,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 1.3805160000920296,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 83.28550200001337,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-private.js - {\"semi\":false}"
],
"duration": 86.5886800000444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.7048590000486001,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 88.54874500003643,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 98.64359400002286,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 1.801750999991782,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 1.4251200000289828,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 89.43511900003068,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 89.39871600002516,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 0.6656560000265017,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 83.22619700001087,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 82.11470399994869,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 1.9139600000344217,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 1.309309999924153,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 83.28110200003721,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-1.js - {\"semi\":false}"
],
"duration": 88.36252900003456,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 0.6461539999581873,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 82.92037200008053,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 97.6002060000319,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 1.7019429999636486,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 1.430419999989681,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 84.51260499993805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-semicolon-2.js - {\"semi\":false}"
],
"duration": 86.13264099997468,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlast-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 28,
"numPassingTests": 818,
"numPendingTests": 0,
"perfStats": {
"start": 181091.27412199997,
"end": 256305.27176899998,
"runtime": 75214,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 76,
"unchecked": 0,
"unmatched": 28,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.7669650000752881,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 91.08915799995884,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 98.53008399996907,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 86.72799199994188,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 85.93122399994172,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 83.42901399999391,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 91.21616900002118,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 91.43608799995854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 94.97648499999195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.8129690000787377,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 86.81319899996743,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 89.76964800001588,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 98.58688900002744,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 87.41234899999108,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 99.78138900001068,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 98.1793540000217,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 104.07435000000987,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 94.75116600003093,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 0.6655559999635443,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 87.66837099997792,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 84.70422200008761,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 92.02863700001035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 86.2431510000024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 84.44079999998212,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 88.61694999993779,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 87.84308500005864,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js"
],
"duration": 86.66168600006495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 0.675057000014931,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 90.95934699999634,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 90.81253499991726,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 105.97641000000294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 84.69532100006472,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 84.51630500005558,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 83.64883299998473,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 86.73409200005699,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js"
],
"duration": 90.34299599996302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 0.7041589999571443,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 87.10202300001401,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 91.24667199992109,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 86.40716399997473,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 84.28938700002618,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 88.69195699994452,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 91.57680000003893,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 88.73946100007743,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js"
],
"duration": 90.00486799993087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 0.6787570000160486,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 99.72028399992269,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 94.61065399996005,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 85.20266299997456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 96.35420200007502,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 90.3967999999877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 85.8119149999693,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 99.75768700009212,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js"
],
"duration": 101.02839400002267,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 0.6672569999936968,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 103.99283000000287,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 87.9761699999217,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 93.07320400001481,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 84.7427959999768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 88.00837300007697,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 90.27866599999834,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 86.07090900000185,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js"
],
"duration": 101.26239899999928,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 0.679558000061661,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 84.08074000000488,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 86.81157100002747,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 86.38793500000611,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 93.3468260000227,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 89.74362000008114,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 87.89136300003156,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 80.53043899999466,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js"
],
"duration": 81.26520100003108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 1.001685000024736,
"failureMessages": [
"break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 98.61657399998512,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 94.65793799993116,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 83.2997739999555,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 85.40205199993216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 83.632501999964,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 84.70629300002474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 89.91813499992713,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js"
],
"duration": 91.9645090000704,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 0.6732570000458509,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 89.93153699999675,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 86.9444829999702,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 85.9666000000434,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 84.55027999996673,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 88.72003399999812,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 95.70162700000219,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 93.73776000004727,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js"
],
"duration": 87.17660200002138,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.7035600000526756,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 91.68618600000627,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 97.91011399996933,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 89.0679639999289,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 92.57386100001168,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 92.41134800005239,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 87.33231599989813,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 94.95626300002914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 89.3912910000654,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 0.6712570000672713,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 86.49974500003736,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 87.55823500000406,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 84.31755999999586,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 89.94223799998872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 83.23426800000016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 86.0085029999027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 82.77762999990955,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js"
],
"duration": 84.27235600003041,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 0.6395539999939501,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 85.1015259999549,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 87.08819499996025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 86.41583800001536,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 84.42336900008377,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 81.9560599999968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 83.31367399997544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 86.1449160000775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js"
],
"duration": 85.83548900007736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 0.6838579999748617,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 82.27478700003121,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 95.54131300002337,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 93.36352799995802,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 83.76001299999189,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 87.00798899994697,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 82.64461800002027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 94.23220199998468,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js"
],
"duration": 88.8392439999152,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 0.6839580000378191,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 88.25619500002358,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 91.39046100003179,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 94.95206300006248,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 100.13230299996212,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 91.05213200009894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 90.09695099992678,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 99.71856800001115,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js"
],
"duration": 86.58585300005507,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 0.6889590000500903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 88.68673099996522,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 85.09932700009085,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 90.68259999994189,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 83.39318100002129,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 84.3251600000076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 93.0352000000421,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 91.52037100004964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js"
],
"duration": 84.27745699998923,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 1.2722080000676215,
"failureMessages": [
"empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 85.70376900001429,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 89.10725799994543,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 89.6540040000109,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 89.52679399994668,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 86.43513100000564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 89.1650630000513,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 90.06563899992034,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js"
],
"duration": 92.91848100000061,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 0.6421540000010282,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 94.21639099996537,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 87.9089559999993,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 85.66626599989831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 97.00592799996957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 87.51112300006207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 99.51914099999703,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 93.21070599998347,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js"
],
"duration": 96.37397499999497,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 0.9786829999648035,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 95.14387000002898,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 90.0263359999517,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 91.12562900001649,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 86.72335600003134,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 88.05526900000405,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 88.29839000001084,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 91.41735400003381,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 94.30359899997711,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 0.616152000031434,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 86.42373000003863,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 97.24134800001048,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 87.07088500005193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 85.10711899993476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 89.73801199998707,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 86.77955999993719,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 92.44404099998064,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js"
],
"duration": 85.9009860000806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.6827579999808222,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 104.61967400007416,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 99.26762000005692,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 98.5643600000767,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 92.58405299996957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 101.95084800000768,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 94.13558500004001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 88.79533200000878,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 96.22996199992485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.7075600000098348,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 119.71485500002746,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 88.64211799995974,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 89.10545799997635,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 91.25213999999687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 88.97764699999243,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 88.72622599999886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 95.86283100000583,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 89.51259299996309,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 0.65415600000415,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 97.31265400000848,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 89.19006500008982,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 88.76702899998054,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 84.79969300003722,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 86.10570299997926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 93.52213300007861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 91.43565600004513,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js"
],
"duration": 96.87681699998211,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 0.7072600000537932,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 107.04678000009153,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 104.62807500001509,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 92.62265599996317,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 102.26957400003448,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 92.3517330000177,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 89.84782099991571,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 88.1725790000055,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js"
],
"duration": 102.02075299993157,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 0.9864829999860376,
"failureMessages": [
"jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 82.50919900008012,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 86.74705800006632,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 82.01225699996576,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 95.66071399999782,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 85.10941899998579,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 86.60404600005131,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 85.36614099994767,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js"
],
"duration": 87.996664000093,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 1.0905919999349862,
"failureMessages": [
"jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 94.45041100005619,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 101.05417200003285,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 86.4874360000249,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 87.12178899999708,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 91.39955199998803,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 89.82551899994723,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 85.54715100000612,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js"
],
"duration": 84.61027099995408,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 0.6213530000532046,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 89.71310399996582,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 85.30402999999933,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 82.25777200004086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 85.68556299991906,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 90.87020199990366,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 88.15777199994773,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 85.87757900008,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js"
],
"duration": 84.3324469999643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.6608560000313446,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 99.65394700004254,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 121.13366699998733,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 91.65146800002549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 86.38412199995946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 88.24187899997924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 95.50159499992151,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 99.53763699997216,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 90.77979400008917,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 1.0348879999946803,
"failureMessages": [
"last-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -59,26 +59,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 100.41151000000536,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 102.04664999991655,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 93.27660599991214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 95.11516200006008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 89.19166000001132,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 95.46749199996702,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 87.0652799999807,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js"
],
"duration": 94.0843739999691,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 0.6396539999404922,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 92.51704199996311,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 84.07592600001954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 80.39731399994344,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 81.67702299996745,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 81.05386899993755,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 93.392715999973,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 86.49343099992257,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js"
],
"duration": 84.2808429999277,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 0.6404549999861047,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 84.15043200005312,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 86.63224300008733,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 85.11831500008702,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 89.85151599999517,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 83.08994299999904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 88.44059600005858,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 91.39344699995127,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js"
],
"duration": 84.02632199996151,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 1.124794999952428,
"failureMessages": [
"multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 96.74110000010114,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 88.62031100003514,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 93.45502100000158,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 89.42878000007477,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 97.02292300004046,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 92.44863500003703,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 84.1085290000774,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js"
],
"duration": 88.9527399999788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 0.6967589999549091,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 89.33277200011071,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 83.04493900004309,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 86.25961099995766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 88.3764899999369,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 86.87376300001051,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 83.88081000000238,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 84.20753700006753,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js"
],
"duration": 88.84182999993209,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 0.6233520000241697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 88.05356299993582,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 91.20092999993358,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 102.32787300006021,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 81.6816229999531,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 87.4638130000094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 85.46594399993774,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 88.00425899995025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js"
],
"duration": 83.3120620000409,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 1.392619000049308,
"failureMessages": [
"return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 111.09731600002851,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 101.74242300004698,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 103.0268320000032,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 89.40117800002918,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 91.74527600000147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 95.6726090000011,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 92.33362599997781,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js"
],
"duration": 106.93276400002651,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 0.6690560000715777,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 86.52013299998362,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 87.62762700009625,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 89.49108599999454,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 98.60165800002869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 95.39088600000832,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 84.45816200005356,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 83.43397400004324,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js"
],
"duration": 85.4513450000668,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.6538560000481084,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 97.11913500004448,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 87.21339499996975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 88.74422400002368,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 89.74210899998434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 93.11589500005357,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 86.44302899995819,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 87.20709499996156,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 85.65916299994569,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 0.9531809999607503,
"failureMessages": [
"tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 93.30351100000553,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 89.82381600001827,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 86.54733899992425,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 84.35605299996678,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 84.57227100001182,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 85.42814299999736,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 85.8366789999418,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js"
],
"duration": 89.21416400000453,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 0.6873579999664798,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 89.06005099997856,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 88.8726350000361,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 85.81937599997036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 91.96499800006859,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 85.71106800006237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 85.74026999995112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 87.61902899993584,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js"
],
"duration": 92.27612399996724,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 1.0043850000947714,
"failureMessages": [
"trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 91.8480869999621,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 89.14375899999868,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 93.25680699991062,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 94.13578200002667,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 101.94144399999641,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 92.82097000000067,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 92.34962999995332,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js"
],
"duration": 89.89472199999727,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 1.0165859999833629,
"failureMessages": [
"trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 91.95379699999467,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 87.34900699998252,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 85.42584299994633,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 86.06879699998535,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 89.34847599989735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 85.01050799991935,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 83.09004499996081,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js"
],
"duration": 85.19262399990112,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.6978590000653639,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 91.82028500002343,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 94.3525999999838,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 86.53673699998762,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 155.01064299989957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 96.25416200002655,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 86.66894899995532,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 91.16822999995202,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 97.15193799999543,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2573069999925792,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 4.565487000043504,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.1378659999463707,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.615737000014633,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.4049189999932423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.4386219999287277,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 87.66043299995363,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 92.16971499996725,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 92.50684400007594,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 0.6929590000072494,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 100.70733899995685,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 91.93829499999993,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 94.33479799993802,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 97.76278899994213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 98.78817600000184,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 97.34745400003158,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 95.3430839999346,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js"
],
"duration": 99.05109900003299,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 0.7215609999839216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 99.9708770000143,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 86.36172300006729,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 85.29743299994152,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 84.21354000002611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 83.08044399996288,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 92.6869580000639,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 108.154470999958,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js"
],
"duration": 86.19580799993128,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.947080000070855,
"failureMessages": [
"snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 90.60588199994527,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 89.09305400005542,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 88.83893299999181,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 89.00754700007383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 85.92398500000127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 104.81358700001147,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 85.32083400001284,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 96.3288290000055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 0.9389789999695495,
"failureMessages": [
"snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 90.81724000000395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 104.6983069999842,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 86.10824400000274,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 83.59723200008739,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 84.03376899997238,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 87.46565699996427,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 85.6694060000591,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1"
],
"duration": 101.50663900002837,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 0.6916579999960959,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 88.42263799998909,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 85.4755910000531,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 85.49399200000335,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 86.36486500001047,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 87.83128799998667,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 85.96103000000585,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 86.1770489999326,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js - {\"semi\":false}"
],
"duration": 86.98131599999033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 0.7465619998984039,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 87.66997500008438,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 90.38340299995616,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 95.3175180000253,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 85.21256800007541,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 88.22682099998929,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 87.97520099999383,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 99.42116300005,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js - {\"semi\":false}"
],
"duration": 93.32885099994019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 0.7367620000150055,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 91.03455800004303,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 92.7064979999559,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 86.24075400002766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 86.8900090000825,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 99.49337000004016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 88.38553500000853,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 91.02925799996592,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"before-comma.js - {\"semi\":false}"
],
"duration": 91.33748300001025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 0.7088600000133738,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 94.44964500004426,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 88.31272899999749,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 88.8971779999556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 97.97874200006481,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 88.68965999991633,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 90.21958899998572,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 92.60298900003545,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-block-comments.js - {\"semi\":false}"
],
"duration": 92.38197099999525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 0.755964000010863,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 86.84530599997379,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 91.01415599999018,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 93.16143699991517,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 90.95755100005772,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 87.04342200001702,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 86.95761399995536,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 86.47947399993427,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-parens.js - {\"semi\":false}"
],
"duration": 89.71814699994866,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 0.6787570000160486,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 101.14740800007712,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 87.73758000007365,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 88.93808100000024,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 94.90398399997503,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 83.70614099991508,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 89.10449599998537,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 87.05422300007194,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions-single-comments.js - {\"semi\":false}"
],
"duration": 89.96206799999345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 0.7263609999790788,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 99.2322470000945,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 89.38221899990458,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 92.44957700010855,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 85.69170899991877,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 94.38323999999557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 87.62257100001443,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 88.97548500006087,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-expressions.js - {\"semi\":false}"
],
"duration": 90.1760850000428,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 0.6835580000188202,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 85.95883099990897,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 89.39152000006288,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 85.75571399996988,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 84.88814099994488,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 85.05945499998052,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 89.81305500003509,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 91.70161400001962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank.js - {\"semi\":false}"
],
"duration": 89.1455989999231,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 0.9973829999798909,
"failureMessages": [
"break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 89.96626700006891,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 88.87087500002235,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 91.91573200002313,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 85.7974169999361,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 87.78398399997968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 88.20261999999639,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 84.55702499998733,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-continue-statements.js - {\"semi\":false}"
],
"duration": 93.03058299992699,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 0.6586560000432655,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 97.34464899997693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 87.37460400001146,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 90.17764199990779,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 86.12279799999669,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 82.11925900005735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 89.11365099996328,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 85.73296499997377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call_comment.js - {\"semi\":false}"
],
"duration": 88.17237200005911,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.6606560000218451,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 96.06543999991845,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 83.44827199995052,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 85.44504000002053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 84.2260369999567,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 83.29125799995381,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 91.31543800001964,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 88.06476199999452,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 86.75735199998599,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 0.6451549999183044,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 93.8142499999376,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 85.56185000005644,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 84.49095899995882,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 80.29800399998203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 81.85743700002786,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 81.95434499997646,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 86.59033799997997,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling.js - {\"semi\":false}"
],
"duration": 87.0882800000254,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 0.676158000016585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 93.87075500003994,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 91.03161399997771,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 84.62367100000847,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 98.46174399997108,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 88.99914199998602,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 89.68379999999888,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 89.85701499995776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_array.js - {\"semi\":false}"
],
"duration": 85.16611700004432,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 0.6674570000031963,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 97.7002789999824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 84.4260550000472,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 87.90174899995327,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 93.61733400006779,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 90.60577800008468,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 88.29898199997842,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 83.84230399993248,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling_for.js - {\"semi\":false}"
],
"duration": 89.72500299999956,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 0.7078599999658763,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 90.08103300002404,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 85.00190300005488,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 92.84156700002495,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 81.64461800002027,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 96.84310599998571,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 89.71260199998505,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 87.68173000006936,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic_imports.js - {\"semi\":false}"
],
"duration": 87.14868500002194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 0.6897589999716729,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 90.52377100009471,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 88.242276999983,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 83.79080100008287,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 94.53161099995486,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 86.18930299999192,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 88.52570100000594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 82.632901999983,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"emoji.js - {\"semi\":false}"
],
"duration": 82.64760300004855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 1.0788920000195503,
"failureMessages": [
"empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 85.88167700008489,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 83.86580700008199,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 88.38799000007566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 83.44027000002097,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 82.38738099997863,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 84.34584800002631,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 85.39983699994627,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-statements.js - {\"semi\":false}"
],
"duration": 89.62659500003792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 0.6866579999914393,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 86.65714299993124,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 90.19034299999475,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 92.06210199999623,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 84.52746300003491,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 94.13487700000405,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 87.7344339999836,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 97.42305600002874,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-and-import.js - {\"semi\":false}"
],
"duration": 97.40775500005111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 1.0190870000515133,
"failureMessages": [
"export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 89.37037300004158,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 93.78424800001085,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 92.36762699997053,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 91.56605999998283,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 91.5355569999665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 90.88620200008154,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 86.75185099989176,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export.js - {\"semi\":false}"
],
"duration": 90.5081090000458,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 0.6962560000829399,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 93.93024100002367,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 89.88581600005273,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 80.88329399994109,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 83.82253000000492,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 86.50474500004202,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 90.82559200003743,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 100.46096599998418,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first-line.js - {\"semi\":false}"
],
"duration": 87.88395500008482,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 0.7366590000456199,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 100.89459999999963,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 96.01830799994059,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 95.64557900000364,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 90.22934399999212,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 93.32609300001059,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 93.75662799994461,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 98.39139999996405,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js - {\"semi\":false}"
],
"duration": 95.81189300003462,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 0.7037570000393316,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 89.21106200001668,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 90.18574099999387,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 109.36537999997381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 167.78997100004926,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 85.9114980000304,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 88.25588599999901,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 97.5496320000384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js - {\"semi\":false}"
],
"duration": 85.88459599995986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 0.7463599999900907,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 89.83771300001536,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 87.466022000066,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 85.86519400007091,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 92.94406200002413,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 87.09399199998006,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 84.50698499998543,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 87.22970300004818,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3532.js - {\"semi\":false}"
],
"duration": 88.56581099994946,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 0.7738619999727234,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 105.61377900000662,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 99.63939899997786,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 90.74818600004073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 93.35269499989226,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 95.17834099999163,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 98.07717400009278,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 90.76288699998986,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issues.js - {\"semi\":false}"
],
"duration": 97.92856300005224,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 1.5102209999458864,
"failureMessages": [
"jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 86.3149300001096,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 89.37007500010077,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 79.39987499988638,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 87.34651199996006,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 83.21988099999726,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 80.67747699993197,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 82.78044599993154,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled-dangling.js - {\"semi\":false}"
],
"duration": 82.06418799993116,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 1.0540839999448508,
"failureMessages": [
"jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 86.91297800000757,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 84.20246099994984,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 80.92399699997623,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 91.54231300007086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 85.97428299998865,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 90.56137199990917,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 82.4630860000616,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc-nestled.js - {\"semi\":false}"
],
"duration": 85.3540300000459,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 0.711159999947995,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 87.97915300005116,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 95.11385700001847,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 94.98154499998782,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 81.78332799999043,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 82.71970700006932,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 86.22450399992522,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 86.46122399996966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsdoc.js - {\"semi\":false}"
],
"duration": 86.47052500001155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 0.7159599999431521,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 122.37726700003259,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 99.6950459999498,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 98.32632899994496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 93.01968000002671,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 89.44607700000051,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 94.25558399991132,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 104.09381700004451,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"semi\":false}"
],
"duration": 102.17005399998743,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 1.04408899997361,
"failureMessages": [
"last-arg.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `last-arg.js - {\"semi\":false} format 1`\n \n - Snapshot - 9\n + Received + 3\n \n @@ -60,26 +60,20 @@\n lol3 /*string*/,\n lol4 /*string*/,\n ) /*string*/ {}\n \n // prettier-ignore\n - c(lol /*string*/\n - ) {}\n + c(lol /*string*/) {}\n \n // prettier-ignore\n - d(\n - lol /*string*/,\n - lol2 /*string*/,\n - lol3 /*string*/,\n - lol4 /*string*/\n - ) {}\n + d(lol /*string*/, lol2 /*string*/, lol3 /*string*/, lol4 /*string*/) {}\n \n // prettier-ignore\n e(\n lol /*string*/,\n lol2 /*string*/,\n lol3 /*string*/,\n - lol4 /*string*/\n + lol4 /*string*/,\n ) {} /* string*/\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 104.6635659999447,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 86.59263500000816,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 84.50035800004844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 89.62979200005066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 84.79115900001489,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 84.60843200003728,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 84.22279899998102,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last-arg.js - {\"semi\":false}"
],
"duration": 93.03504200000316,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 0.7685650000348687,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 85.86303700006101,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 90.09079399995971,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 84.07918699993752,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 93.80300700000953,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 82.6919699999271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 83.36672699998599,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 91.20258799998555,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-2.js - {\"semi\":false}"
],
"duration": 80.43047999998089,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 0.6389530000742525,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 83.12860699999146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 87.05563799990341,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 82.88108600000851,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 83.94007599994075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 80.5381879999768,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 83.07660200004466,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 84.47782100003678,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line-2.js - {\"semi\":false}"
],
"duration": 87.10074200003874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 1.1147940000519156,
"failureMessages": [
"multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 84.38101300003473,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 87.25175499997567,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 89.68825999996625,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 88.04792199993972,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 89.07470900006592,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 90.0720919999294,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 95.88658299995586,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments-on-same-line.js - {\"semi\":false}"
],
"duration": 91.91934899997432,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 0.8373699999647215,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 97.65573200001381,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 86.30837600002997,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 89.91907900001388,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 83.61274800007232,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 81.74989099998493,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 85.27188799995929,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 84.59343000000808,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multi-comments.js - {\"semi\":false}"
],
"duration": 83.86106899997685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 0.675156999961473,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 87.9323119999608,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 86.20056600007229,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 85.39679800008889,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 81.79359499993734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 82.46845100005157,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 81.92840600002091,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 82.91428899997845,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve-new-line-last.js - {\"semi\":false}"
],
"duration": 95.23292700003367,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 1.4199200000148267,
"failureMessages": [
"return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 111.22077499993611,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 105.54419599997345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 93.93981899996288,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 101.46715299994685,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 94.75568699999712,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 91.20738899998832,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 95.39024099998642,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return-statement.js - {\"semi\":false}"
],
"duration": 97.62702899996657,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 0.7086600000038743,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 94.05632800003514,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 84.30870599998161,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 88.22693700005766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 85.79793300002348,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 84.24160099995788,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 87.63708699995186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 83.52664100006223,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"single-star-jsdoc.js - {\"semi\":false}"
],
"duration": 84.35450999997556,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 0.6871579999569803,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 89.44344000006095,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 91.13388199999463,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 98.27718399988953,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 88.61496899998747,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 89.67265900003258,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 96.24611299997196,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 93.11954999994487,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js - {\"semi\":false}"
],
"duration": 93.21685800002888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 0.9499800000339746,
"failureMessages": [
"tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 86.64260299992748,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 85.39339800004382,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 95.62996100005694,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 85.51520799996797,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 83.0325990000274,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 94.25944599998184,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 85.71262499992736,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tagged-template-literal.js - {\"semi\":false}"
],
"duration": 87.41926899994723,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 0.7874660000670701,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 84.28710499999579,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 91.59332000010181,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 84.88205500005279,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 91.93354899995029,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 88.02220700006,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 84.81819899997208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 91.67157299991231,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literal.js - {\"semi\":false}"
],
"duration": 92.32692799996585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 0.9792819999856874,
"failureMessages": [
"trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 85.51475799991749,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 85.03681800002232,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 94.59701799997129,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 95.16726600006223,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 87.88825600000564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 83.29537199996412,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 85.03021700005047,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-jsdocs.js - {\"semi\":false}"
],
"duration": 85.03521700005513,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 0.9012759999604896,
"failureMessages": [
"trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 85.66796999995131,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 80.76186000008602,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 79.20993000001181,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 91.47785699996166,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 83.04055100004189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 81.28760399995372,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 86.04540200007614,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_space.js - {\"semi\":false}"
],
"duration": 93.13789599994197,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 0.7116590000223368,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 85.11952499998733,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 90.6990920000244,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 87.67633899999782,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 88.93694400007371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 84.66088600002695,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 91.95639700000174,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 88.46390400000382,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js - {\"semi\":false}"
],
"duration": 83.07995399995707,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 0.975281999912113,
"failureMessages": [
"tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 5.666174000012688,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 3.2948750000214204,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 2.3324959999881685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 2.0149680000031367,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 1.3149100000737235,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 91.50785900000483,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 83.95822799997404,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"semi\":false}"
],
"duration": 89.20796699996572,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 0.6567550000036135,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 88.23668600001838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 90.343661999912,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 92.0853079999797,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 87.28920600004494,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 85.6108649999369,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 97.18833499995526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 91.41895200009458,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"variable_declarator.js - {\"semi\":false}"
],
"duration": 97.2335379999131,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 0.7378619998926297,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 83.54029300005641,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 86.99488199991174,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 83.53089199995156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 82.76622799993493,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 88.41700100002345,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 82.66231899999548,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 83.72660799999721,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"while.js - {\"semi\":false}"
],
"duration": 85.62676799995825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 0.9485799999674782,
"failureMessages": [
"snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 94.82503700000234,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 88.83453599992208,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 86.41453299997374,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 86.31312399997842,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 87.5814310000278,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 84.20824900001753,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 91.72237800003495,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0 - {\"semi\":false}"
],
"duration": 82.67081999999937,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 1.0187850000802428,
"failureMessages": [
"snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 82.5078059999505,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 92.49754299991764,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 89.15546199993696,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 84.41966599994339,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 83.20316400006413,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 88.21448399999645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 93.23460399999749,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #1 - {\"semi\":false}"
],
"duration": 83.6044980000006,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 256445.04926899995,
"end": 258254.047379,
"runtime": 1809,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 0.878973999992013,
"failureMessages": [
"snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 97.01671999995597,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 88.47250499995425,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 84.16294499998912,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-1.js"
],
"duration": 90.72189399995841,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 1.70264200004749,
"failureMessages": [
"snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 84.30595700000413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 85.14172600000165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 88.57041299995035,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: cursor-and-range.js"
],
"duration": 83.58809600002132,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 1.1559959999285638,
"failureMessages": [
"snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 87.26530400000047,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 88.16307899996173,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 92.52084400004242,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-1.js"
],
"duration": 85.40704799990635,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 1.1118929999647662,
"failureMessages": [
"snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 80.3850289999973,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 90.12994399992749,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 80.35332400002517,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: range-and-cursor-1.js"
],
"duration": 79.9307840000838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 258352.06507699995,
"end": 258714.51098899997,
"runtime": 362,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 0.9428780000889674,
"failureMessages": [
"import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 1.9041590000269935,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 1.270405999966897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 1.2247020000359043,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer-attributes-declaration.js"
],
"duration": 84.34885399998166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 0.9158769999630749,
"failureMessages": [
"import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 1.6366370000177994,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 1.2587050000438467,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 1.144795999978669,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import-defer.js"
],
"duration": 81.54391999996733,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.967663999996148,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.2870079999556765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.1994000000413507,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.1269939999328926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-default.js"
],
"duration": 1.3013079999946058,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.290608000010252,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.0814910000190139,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.1031919999513775,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.1934999999357387,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-named.js"
],
"duration": 1.2048009999562055,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 258810.556921,
"end": 259505.57224599994,
"runtime": 695,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.92147699999623,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.7124439999461174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.307009999989532,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.1209939999971539,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 82.68391499994323,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.9174770000390708,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.8567549999570474,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.1875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.1655969999264926,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 87.35180599999148,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.9150760000338778,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.6909420000156388,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.1712979999138042,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.1187940000090748,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 82.02195900003426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.8890740000642836,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.6223359999712557,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.228002000018023,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.4316200000466779,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 81.25389599998016,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 259624.14806299994,
"end": 260378.21082599997,
"runtime": 754,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.8393700000597164,
"failureMessages": [
"dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.7872489999281242,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.310810000053607,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.0827900000149384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"bracketSpacing\":false}"
],
"duration": 87.58762499992736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.9310779999941587,
"failureMessages": [
"empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.6271359999664128,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.1241940000327304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 1.0669890000717714,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 84.80099200003315,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 0.9506790000014007,
"failureMessages": [
"re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.5989340000087395,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.3255110000027344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 1.2091009999858215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"re-export.js - {\"bracketSpacing\":false}"
],
"duration": 82.82142599998042,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.9321779999881983,
"failureMessages": [
"static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.6079339999705553,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.224902999936603,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 1.2217020000098273,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-import.js - {\"bracketSpacing\":false}"
],
"duration": 84.78749000001699,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 18,
"numPassingTests": 248,
"numPendingTests": 0,
"perfStats": {
"start": 260486.223659,
"end": 284280.3570829999,
"runtime": 23794,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 18,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6634560000384226,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 85.2429289999418,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 81.32920200005174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 82.9152339999564,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 84.8124929999467,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 80.40712500002701,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.14695399999619,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9864819999784231,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 98.99297899997327,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 93.72953799995594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 91.08611700008623,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 94.77902599994559,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 88.58900899998844,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 96.35045800008811,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6751560000702739,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.04504700005054,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 87.19549199996982,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 90.10873600002378,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 86.50123499997426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 82.75652100006118,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.82231000007596,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6119520000647753,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 86.3687229999341,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.77090799994767,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 79.14761899993755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 78.79388899996411,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 84.72548600006849,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"always\"}"
],
"duration": 80.7977569999639,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9792819999856874,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 157.8802040000446,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 112.8495380000677,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 152.83118099998683,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 106.31959099997766,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 119.54949799994938,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"always\"}"
],
"duration": 116.11981200007722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.0476870000129566,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.41017799999099,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.8717160000233,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 85.61765999998897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 81.42480899998918,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.4465790000977,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"always\"}"
],
"duration": 85.92668699997012,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9433790000621229,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 87.3076009999495,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 84.48086500004865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 86.62604399991687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 94.36979199992493,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 86.29791800002567,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"always\"}"
],
"duration": 80.20330699998885,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.376215000054799,
"failureMessages": [
"comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 94.11037000000942,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 88.7102190000005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.16735700005665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 91.90418599999975,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 91.29803599999286,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"always\"}"
],
"duration": 96.05863300000783,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 2.3433959999820217,
"failureMessages": [
"curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 131.07806199998595,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 138.68159799999557,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 103.88308800000232,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 108.17818300006911,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 121.30589800002053,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"always\"}"
],
"duration": 112.62576900003478,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9948840000433847,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.02328399999533,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 85.6571020000847,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 92.57378299999982,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 88.58844800002407,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 85.25746700004674,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"always\"}"
],
"duration": 94.75966600002721,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.716260000015609,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.60593299998436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 87.6179659999907,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 86.29795499995816,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 90.22708500002045,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.01968400005717,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"always\"}"
],
"duration": 90.43100199999753,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.6940419999882579,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 98.65829399996437,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 100.34373600000981,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 91.98003299999982,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 104.4991849999642,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 95.02658900001552,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"always\"}"
],
"duration": 92.37436600006185,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6525549999205396,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.21089500002563,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 87.15742699999828,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 84.65361699997447,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 88.04160200001206,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.6988400000846,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"always\"}"
],
"duration": 94.01580399996601,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.9669819999253377,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.87655599997379,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 90.91814399999566,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.5858269999735,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 82.87466700002551,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 114.19270000001416,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.79584899998736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.7225610000314191,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.442614999949,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 86.86980299989227,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 92.08994199999142,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 92.01333599991631,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 85.99602900003083,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.72313900000881,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6561549999751151,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 80.45256400003564,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 87.55496000009589,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 78.74271999998018,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 82.37302499997895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 82.07929999998305,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.18289299996104,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6848570000147447,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 91.34588000003714,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 87.76087799994275,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 83.55722499999683,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 80.21274300001096,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 82.94617300003301,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"always\"}"
],
"duration": 84.20017800002825,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6782570000505075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.87595599994529,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 93.22103699995205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.70584099995904,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 88.82506699999794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 91.0557549999794,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"always\"}"
],
"duration": 90.51890999998432,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.1229940000921488,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 10.398674000054598,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.8149530000519007,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.5415300000458956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 1.5559310000389814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 95.5425319999922,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"always\"}"
],
"duration": 99.72218299994711,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9159770000260323,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.2110480000265,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.80091700004414,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.75744600000326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.77193100005388,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 93.49335999996401,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.18264900008217,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9694819999858737,
"failureMessages": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 100.56705399998464,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 95.09419400000479,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 96.46210900007281,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.02223700005561,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 98.40927299996838,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_function_expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 98.8897139999317,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6792579999892041,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.83643599995412,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 85.7140059999656,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.20257900003344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 80.97580799995922,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.52111400000285,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.80340499989688,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6603549999417737,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 83.12166399997659,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 78.37366600008681,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 77.93012899998575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 81.02698799991049,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.04997700010426,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block_like.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.74687099992298,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7811649999348447,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 115.20815199997742,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 108.21496600005776,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 113.15507999993861,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 104.42394900007639,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 107.20728199998848,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 130.82025999994949,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.1144929999718443,
"failureMessages": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.21195799997076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.11831499997061,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.11725000001024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.9267009999603,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.88017900008708,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-as-arg.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 93.17680600006133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.9465790000976995,
"failureMessages": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 87.41212400002405,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.30709800007753,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.84462699992582,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 83.92163100000471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.03017499996349,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.01627399993595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.4091179999522865,
"failureMessages": [
"comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.36728700005915,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 97.50476799998432,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.36455399997067,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 95.13546999997925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.92758500005584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.56177100003697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 4.206851999973878,
"failureMessages": [
"curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 130.43692799995188,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 110.04221999994479,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 101.61961399996653,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 120.49269500002265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 114.20696800004225,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"curried.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 113.66052200004924,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.0181850000517443,
"failureMessages": [
"currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.1716379999416,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.27989699994214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.94978399993852,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.75433599995449,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.27716400008649,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-2.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 85.13703299988993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.705058999825269,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.59090599999763,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.7244649999775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.95768500003032,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 83.71421400015242,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.39610600005835,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-3.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.3545349999331,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.548729000147432,
"failureMessages": [
"currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 102.39177799993195,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.80643999995664,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.37935599987395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 98.86728299991228,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 98.93528799992055,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying-4.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 102.5234890000429,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7090590000152588,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.44157400005497,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.3323659999296,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 85.53706600004807,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 95.31788500002585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.67488000006415,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"currying.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.47181200003251,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.135594999883324,
"failureMessages": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.2146580000408,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.46821200009435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 85.04902500007302,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.36498700012453,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.56555199995637,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1389-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 85.06152600003406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6143509999383241,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.74646699987352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.32056500017643,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.91481400001794,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.1631860001944,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.05906100012362,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4166-curry.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 82.74353200010955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6702570000197738,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.46340800006874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.6053930001799,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 82.56354900007136,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 82.6477550000418,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.3013829998672,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-call-no-args.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 87.5415670000948,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6628560000099242,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 83.61453600018285,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 82.15541399992071,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 82.35022999998182,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.49761099996977,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 88.60665700002573,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-contents.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.92913700011559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.671555999899283,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 93.02932900004089,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 86.7298989999108,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 85.75791699998081,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 95.53514000005089,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 94.08321800013073,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.97935599996708,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.0457880001049489,
"failureMessages": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 2.8086360001470894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.536329000024125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.403017999837175,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.5439299999270588,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.90663499990478,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 94.8298810000997,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 284396.4258509999,
"end": 290538.1987819999,
"runtime": 6142,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.9818829998839647,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 95.00619600014761,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.79824099992402,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 85.6159059999045,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 83.97506700013764,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 83.56133199995384,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"es5\"}"
],
"duration": 92.9239209999796,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6608559999149293,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 88.61585800000466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 80.38066500006244,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 82.01670200005174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.63217499991879,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 83.13699600007385,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"es5\"}"
],
"duration": 88.2592270001769,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6932589998468757,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 89.80475699994713,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 2.118278000038117,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 1.727445999858901,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 91.45369699993171,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 86.59728799993172,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}"
],
"duration": 89.65784500003792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6912579999770969,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 89.99237299989909,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 84.95294999983162,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 92.238362000091,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.80224200012162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.50706500001252,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.31254800013267,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.791666999924928,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 126.21962199988775,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 101.31902600009926,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 103.76343200006522,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 98.33357500005513,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 101.35513000003994,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"es5\"}"
],
"duration": 99.87720600003377,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.9388790000230074,
"failureMessages": [
"escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 86.07684400002472,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.78198800003156,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.72456700005569,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 91.42689400003292,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.68937900010496,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escaped.js - {\"trailingComma\":\"all\"}"
],
"duration": 86.36636799992993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7721650002058595,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.9368330000434,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 83.10419399989769,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 84.0629749998916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 84.88994400016963,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 82.9617820000276,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiline-literal.js - {\"trailingComma\":\"all\"}"
],
"duration": 90.92515200003982,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6533549998421222,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 90.3356030001305,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 1.8848590000998229,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 1.3533139999490231,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 83.13959700008854,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 84.99555299989879,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}"
],
"duration": 96.77254400006495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6510550000239164,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 86.87901100004092,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.3564830000978,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.48986200010404,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 83.36121500004083,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.59167100000195,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"trailingComma\":\"all\"}"
],
"duration": 91.44529599999078,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 1.0577889999840409,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 112.50846899999306,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 97.4771030000411,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 109.35807799990289,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 97.61901600006968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 97.56291100010276,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"template-literals.js - {\"trailingComma\":\"all\"}"
],
"duration": 113.7937610000372,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 92,
"numPendingTests": 0,
"perfStats": {
"start": 290651.32678699994,
"end": 299786.131526,
"runtime": 9135,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.6733559998683631,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 87.4713720001746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 86.8821229999885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 92.17116300016642,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 88.40165000013076,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.8241689999122173,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 89.46093800012022,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 87.59118200000376,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 86.4002829999663,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 84.56883100001141,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 1.2189009999856353,
"failureMessages": [
"objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 93.30845699994825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 110.14565699989907,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 110.7244059999939,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 98.65460199979134,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.6562550000380725,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 88.10272400011308,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 88.45245400001295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 93.49207299994305,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 87.69899099995382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 0.6626550001092255,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 89.39243100001477,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 97.01966600003652,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 89.79896499984898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"as-needed\"}"
],
"duration": 87.35026199999265,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.6568549999501556,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 85.08127299998887,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 88.15252900007181,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 86.29047399992123,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 100.7187729999423,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.679156000027433,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 85.33879499998875,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 83.4605379998684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 89.46763800014742,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 86.52959399996325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 1.1990999998524785,
"failureMessages": [
"objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 92.02995099988766,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 94.07482099998742,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 95.0354009999428,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 94.4345509998966,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.6958580000791699,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 94.06802099989727,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 90.89275699993595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 86.36158000002615,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 93.93021000013687,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 0.6917579998262227,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 107.19521200004965,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 87.64258600003086,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 88.2362359999679,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"preserve\"}"
],
"duration": 92.36587899993174,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.9532790000084788,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 87.05193700012751,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 87.48837399994954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 85.74352899985388,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 86.65410400019027,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.6508539998903871,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 84.86835599993356,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 92.44158500013873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 87.13534499984235,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 88.30254099983722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 1.1772980000823736,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 102.98556199995801,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 90.04158600000665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 100.7002719999291,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 100.65896799997427,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.8158680000342429,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 85.54921300010756,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 89.65105300000869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 86.25837099994533,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 91.16037800000049,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 0.9512789999134839,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 87.69709100015461,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 88.78598099993542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 88.00271699996665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\"}"
],
"duration": 87.5743810001295,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.9358779999893159,
"failureMessages": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 92.65050300001167,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 89.85307000018656,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 96.88745500007644,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 85.72402699990198,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.7073589998763055,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 89.05960400006734,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 91.16287999995984,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 86.22972499998286,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 85.12542799999937,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 1.273805000120774,
"failureMessages": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 93.98895999998786,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 107.02163599990308,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 100.17327099991962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 119.52136799995787,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 0.658454000018537,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 91.88608599989675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 89.91252300003543,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 93.57352600013837,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 89.20156399998814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 1.0736889999825507,
"failureMessages": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 92.00009500002488,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 87.04488599998876,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 85.99469999992289,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}"
],
"duration": 85.91799300001003,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 299909.31169600005,
"end": 305117.69799899997,
"runtime": 5208,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6845569999422878,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 103.62095499993302,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 104.01198800001293,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 95.58549199998379,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 108.8689880000893,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 101.79570399993099,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 97.46284599998035,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 113.70458799996413,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"es5\"}"
],
"duration": 100.58600400015712,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6579539999365807,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.20474700001068,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 93.13618999999017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 92.74735700013116,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 92.37582600000314,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.49602299998514,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 89.37777899997309,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 85.98709900001995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.95650999993086,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6458529999945313,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 103.19172000000253,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 108.01511699985713,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 105.66432300000452,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 99.66692899982445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 106.13136200001463,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 96.04792999988422,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 102.38555300002918,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"trailingComma\":\"all\"}"
],
"duration": 103.2075209999457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6463540000841022,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.02936799987219,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 90.93600800004788,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 91.78107700007968,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.79022999992594,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.12899299990386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.2895889999345,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.59491500002332,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.5434280000627,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6577539998106658,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 104.70844499999657,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 99.40560699999332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 97.78927400009707,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 101.34606699994765,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 95.70570099982433,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 99.55952000012621,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 99.50201399996877,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow_call.js - {\"arrowParens\":\"always\"}"
],
"duration": 97.20092500001192,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 0.6633550000842661,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 94.99404299980961,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 88.75262799998745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 89.33687600004487,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 88.94984399992973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 91.58226100006141,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 90.33245699992403,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 96.79709099978209,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js - {\"arrowParens\":\"always\"}"
],
"duration": 93.69253499992192,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 305235.25800400006,
"end": 308552.36150900007,
"runtime": 3317,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 0.6815559999085963,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 93.4887180000078,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 95.20715999999084,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 88.38469700003043,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 88.71642499999143,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 94.32178699993528,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 96.49196600005962,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 92.84306499990635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang-newline.js"
],
"duration": 92.57174300006591,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 0.7595630001742393,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 88.55285199987702,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 99.68888999987394,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 91.36988999997266,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 87.90389900002629,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 87.12813399988227,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 88.42024199990556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 96.1848960001953,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"shebang.js"
],
"duration": 98.73651099996641,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.6514549998100847,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 85.91033100010827,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 88.34763600002043,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 86.64349299995229,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 102.77985000004992,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 92.34607299999334,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 85.17106899991632,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 85.03015700005926,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 90.35640499996953,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 0.8207690000999719,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 101.3633320000954,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 95.81246499996632,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 87.59607299999334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 84.40560399997048,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 87.95900400006212,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 91.4880009999033,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 92.59329300001264,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: Empty file with shebang"
],
"duration": 93.5578749999404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 308665.18660600006,
"end": 309897.2632099999,
"runtime": 1232,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.5572309999261051,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.801151999970898,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.3440130001399666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.235304000088945,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 88.2159250001423,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.2168030000757426,
"failureMessages": [
"module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.5086270000319928,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.1910999999381602,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 1.2772079999558628,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-blocks.js"
],
"duration": 92.12165400013328,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 0.7215609999839216,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 88.82827699999325,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 90.62622800003737,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 93.85520000010729,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-module-blocks.js"
],
"duration": 89.56713899993338,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.1992009999230504,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.5311290000099689,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.4194199999328703,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.3171109999530017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 88.91658499999903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 1.5780329999979585,
"failureMessages": [
"worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 2.512311999918893,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 1.3195110000669956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 1.2346039998810738,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"worker.js"
],
"duration": 105.78010300011374,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 52,
"numPendingTests": 0,
"perfStats": {
"start": 310025.16757499997,
"end": 314646.6104799999,
"runtime": 4621,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 0.6439539999701083,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 99.16074600000866,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 97.9562450000085,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 87.53186800004914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 88.53085199999623,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 86.1854540000204,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 87.50006500002928,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 84.67352700000629,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"delete-variable.js"
],
"duration": 89.43902799999341,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 0.6432539999950677,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 88.6047569999937,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 84.92464800016023,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 83.30401100008748,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 85.30578000005335,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 89.39662500005215,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 90.41000999999233,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 95.72785699996166,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments-binding.js"
],
"duration": 102.21240300009958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 0.73406199994497,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 111.0545469999779,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 102.68734299996868,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 92.35617400007322,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 98.15426199999638,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 89.77355600008741,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 95.29722100007348,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 88.94778600009158,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval-arguments.js"
],
"duration": 87.96520400000736,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 0.959480999968946,
"failureMessages": [
"function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 89.78015700005926,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 94.42774800001644,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 101.69585900008678,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 94.84478299994953,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 92.42807999998331,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 93.74229099997319,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 84.01117200008593,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-if.js"
],
"duration": 83.94966599997133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 1.1916000000201166,
"failureMessages": [
"function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 2.394601000007242,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 97.14517700020224,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 1.7301450001541525,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 1.1758989999070764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 1.129094999982044,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 84.70793000003323,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 91.19117599981837,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration-in-while.js"
],
"duration": 90.01627599983476,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 0.671656999969855,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 86.97782000014558,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 93.30625299992971,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 97.00356399989687,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 88.69206700008363,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 90.06538400007412,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 94.9800980000291,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 93.97981499996968,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"labeled-function-declaration.js"
],
"duration": 91.21918200002983,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 268,
"numPendingTests": 0,
"perfStats": {
"start": 314771.346884,
"end": 340518.2650729999,
"runtime": 25747,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 33,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"13018.js"
],
"duration": 0.9531809999607503,
"failureMessages": [
"13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 106.17564100003801,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 102.38322199997492,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 93.62558400002308,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 92.41398199996911,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 91.12247400009073,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 91.53900899994187,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 91.25688500003889,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"13018.js"
],
"duration": 91.46850299998187,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 1.0511890000198036,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 97.38630100013688,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 95.41103499988094,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 95.23441999987699,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 94.30494199995883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 91.4352000001818,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 88.61006199987605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 85.8995340000838,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0-1.js"
],
"duration": 87.03652999992482,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 0.6587549999821931,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 91.8476340000052,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 90.05788400000893,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 86.94652200001292,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 90.45061800000258,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 92.611598999938,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 88.54895700002089,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 95.23751999996603,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket_0.js"
],
"duration": 101.67066200007685,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 0.6941590001806617,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 118.47287699999288,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 99.18285199999809,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 101.58925499999896,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 105.43537899991497,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 99.546682999935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 106.064531999873,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 99.04954200005159,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-call.js"
],
"duration": 98.40738700004295,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 0.6698570000007749,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 93.96871400019154,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 97.8661420000717,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 93.5719800000079,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 92.69390600011684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 94.26303799985908,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 100.44035900011659,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 102.26301100011915,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-last-member.js"
],
"duration": 95.16961499978788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 0.6294530001468956,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 91.43660000013188,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 94.08962400001474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 90.09188700001687,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 93.9390110000968,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 90.30270500015467,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 90.20749599998817,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 93.33045899984427,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-multiple.js"
],
"duration": 97.54981500003487,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.7211610001977533,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 107.3712420000229,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 102.01499100006185,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 95.05510500003584,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 93.5758799999021,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 95.51724399998784,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 93.96611299994402,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 97.65642400016077,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 93.44957000017166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 0.6646559999790043,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 92.94372700015083,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 99.21015499997884,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 88.83388099982403,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 90.88215399999171,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 101.82647500000894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 93.20484900008887,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 89.1011039998848,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex-args.js"
],
"duration": 86.81221099989489,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 0.6244520000182092,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 97.08097599982284,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 97.13537999987602,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 96.35101399989799,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 92.33917599986307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 93.8635040000081,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 94.24820399982855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 95.68504800018854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed-merge.js"
],
"duration": 91.90491499984637,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.6465570000000298,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 90.07255299994722,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 97.24448699993081,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 104.19050000002608,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 91.79150499985553,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 91.65299200010486,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 95.45852799993008,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 92.28064800007269,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 101.96040300000459,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 1.18940500007011,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 96.74384300014935,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 93.68717200006358,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 92.6734820001293,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 92.59597599995323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 94.35013099992648,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 96.58012800011784,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 98.63630899996497,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 90.79881699988618,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 0.8199729998596013,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 92.11813399987295,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 90.0176480000373,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 86.86436999985017,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 90.39558200002648,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 89.55880799982697,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 96.07458300003782,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 90.23446700000204,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cypress.js"
],
"duration": 110.93059499980882,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 0.6538569999393076,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 102.25893000001088,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 105.14798399992287,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 95.54273600014858,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 95.75975500000641,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 90.76451400015503,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 103.79476399999112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 99.15435500000603,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d3.js"
],
"duration": 102.61066000000574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 0.6944620001595467,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 107.24646899988875,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 102.57405699999072,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 99.5090870000422,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 102.22982700006105,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 100.89900900004432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 96.41531300009228,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 98.85922900005244,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"first_long.js"
],
"duration": 98.87533000018448,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 0.7100619999691844,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 96.39511199994013,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 95.28171300003305,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 93.4058480001986,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 91.61058800015599,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 100.74309499980882,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 94.28262499999255,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 90.79051600000821,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"fluent-configuration.js"
],
"duration": 89.20877699996345,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 0.6288550000172108,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 95.19550499995239,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 93.28973700013012,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 93.47045299992897,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 92.35535499989055,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 90.86702300002798,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 91.52348099998198,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 90.64690400008112,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline_merge.js"
],
"duration": 90.89472500002012,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 0.6598590000066906,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 89.42379599995911,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 91.8881129999645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 85.86178099992685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 88.84094400005415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 88.27619400015101,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 94.93688199995086,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 87.9591669999063,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-11298.js"
],
"duration": 92.35605499986559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 0.6732589998282492,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 96.82154899998568,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 94.24062100006267,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 91.96882099984214,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 95.98497500014491,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 89.18537500011735,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 94.67045899992809,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 90.81191799999215,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3594.js"
],
"duration": 87.03078500018455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 0.6897589999716729,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 101.35543300001882,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 92.75580100016668,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 90.57041499996558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 91.01765300007537,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 91.3709829999134,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 93.20053900009952,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 101.60975499986671,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3621.js"
],
"duration": 97.35189300007187,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 0.7593650000635535,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 158.5845079999417,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 140.28294999990612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 116.96136299986392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 131.6385129999835,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 116.24700199998915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 131.06526399985887,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 144.72362699988298,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4125.js"
],
"duration": 125.24056799989194,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.6852579999249429,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 97.72492399998009,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 95.7795580001548,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 101.9903869999107,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 94.52415199996904,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 94.75757099990733,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 97.84893399989232,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 93.91470000008121,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 95.14610499981791,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 0.6637569998856634,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 110.38010199996643,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 101.53064899984747,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 94.29663300001994,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 99.95261399983428,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 97.67241999995895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 97.80713100009598,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 108.05430399999022,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-members.js"
],
"duration": 98.08145499997772,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 0.6728570000268519,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 101.43924099998549,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 95.19140800018795,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 98.11725799995475,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 96.6863359999843,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 99.20215000002645,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 99.57298199995421,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 101.21002100012265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-literal.js"
],
"duration": 97.0901699999813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 0.7680649999529123,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 117.59891699999571,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 96.63973200018518,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 99.92151100002229,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 101.74216700019315,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 100.93659800011665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 95.9595739999786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 93.51846599997953,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pr-7889.js"
],
"duration": 92.47137699997984,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 0.6593570001423359,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 94.52455099998042,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 101.03890700009651,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 103.65412999992259,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 94.40254100016318,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 90.06537200021558,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 97.58141200011596,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 92.52728200005367,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-names.js"
],
"duration": 94.54475300014019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 0.6626559998840094,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 109.3727160000708,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 95.44142899988219,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 91.5592989998404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 98.52989300014451,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 92.808704999974,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 92.15224900003523,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 102.77245500008576,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-args.js"
],
"duration": 97.3873949998524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 0.6823580001946539,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 95.32231900002807,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 91.33798000006936,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 91.6598070000764,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 87.76687599997967,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 96.18349299998954,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 92.70209699985571,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 101.62177200010046,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"square_0.js"
],
"duration": 100.55516300001182,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6711750000249594,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 97.33951099985279,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 94.27779099997133,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 91.18044000002556,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 92.06189400004223,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 95.57700199983083,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 90.77719400008209,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 97.10991400014609,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 99.24033800000325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 0.631353999953717,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 98.40339400013909,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 89.25421299994923,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 98.80112700001337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 98.76742399996147,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 102.68605899997056,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 94.41295300005004,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 90.2402979999315,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"this.js"
],
"duration": 91.75362600013614,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9454810000024736,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.9928410002030432,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.8068539998494089,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.6631419998593628,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.3001109999604523,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.529530000174418,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 96.62014200002886,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 93.02703500003554,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 92.21536500006914,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 160,
"numPendingTests": 0,
"perfStats": {
"start": 340640.27507999993,
"end": 356019.5741549999,
"runtime": 15379,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 21,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.6899589998647571,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 103.61163800000213,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 98.89313500002027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 103.73844900005497,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 92.97853099997155,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 95.03300599986687,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 100.10233899997547,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 96.66984599991702,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 107.25854900013655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 0.6249530001077801,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 95.98198699997738,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 93.70159300020896,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 92.30827399995178,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 104.54501800006256,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 96.1042979999911,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 96.17300299997441,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 88.94048599991947,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bitwise-flags.js"
],
"duration": 95.8134719999507,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.6770579998847097,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 94.91629599989392,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 91.39599600015208,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 90.2917019999586,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 90.3920100000687,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 96.91946700005792,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 93.40396800008602,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 92.85331999999471,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 103.03678900003433,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.7111609999556094,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 103.36161600006744,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 99.12035500002094,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 93.0497369999066,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 100.45356799988076,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 100.98331300006248,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 94.89959400007501,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 104.3273980000522,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 106.26856399979442,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 0.6658570000436157,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 98.94543999992311,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 97.22129300003871,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 90.94395700003952,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 96.60593999992125,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 101.60756599996239,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 101.87668899982236,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 94.98410200001672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"equality.js"
],
"duration": 94.51776199997403,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 0.6597560001537204,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 101.14902699994855,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 95.06580900005065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 108.96219399990514,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 93.77479799999855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 93.90740999998525,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 98.01846099994145,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 98.20127700013109,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exp.js"
],
"duration": 96.68934700009413,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 0.6858580000698566,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 101.3447439998854,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 93.89820900000632,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 91.08730500005186,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 97.33842299995013,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 90.92305899993517,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 90.02452400000766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 90.43188499985263,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if.js"
],
"duration": 91.6186629999429,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 1.3152969998773187,
"failureMessages": [
"in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 115.98882400011644,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 102.1535459998995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 102.83384800003842,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 96.67492299992591,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 93.31261699995957,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 94.36227499996312,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 99.06688200007193,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in_instanceof.js"
],
"duration": 101.99752199999057,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 0.6525979998987168,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 96.45338899991475,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 93.17579700006172,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 94.5285000000149,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 95.40903300000355,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 98.3133689998649,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 103.72228099987842,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 103.8621020000428,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-jsx.js"
],
"duration": 109.04778200015426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 0.7130070000421256,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 125.88651099987328,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 107.9858219998423,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 94.16834599990398,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 100.67742399987765,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 95.59206000017002,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 104.36477799993008,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 112.01792799984105,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-object-array.js"
],
"duration": 109.40626699989662,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 0.714869000017643,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 107.46465199999511,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 107.4004460000433,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 94.30188399995677,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 90.5180190000683,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 91.59182199998759,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 94.79223100002855,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 94.32348599983379,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx_parent.js"
],
"duration": 92.70253000012599,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 0.6650640000589192,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 98.68740599998273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 93.00345900002867,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 94.24427899997681,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 100.55388599983416,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 99.68100200011395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 95.67441600002348,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 95.92433999991044,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"like-regexp.js"
],
"duration": 98.04604399995878,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 0.729069999884814,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 92.70152999996208,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 101.61808899999596,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 91.024267999921,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 101.13724200008437,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 100.21685399999842,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 97.80652200011536,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 93.7163269999437,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"math.js"
],
"duration": 94.43369599990547,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 0.6222600000910461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 92.69092800002545,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 89.97256700019352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 89.16238900017925,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 91.6884330001194,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 90.85635200003162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 90.67483499995433,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 93.87974299979396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"return.js"
],
"duration": 93.99025399982929,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 0.6998670001048595,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 101.39306699996814,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 94.96694800001569,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 116.49422200000845,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 111.01879399991594,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 100.84331399993971,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 103.08253000001423,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 98.7830149999354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-right.js"
],
"duration": 98.38327699992806,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6959669999778271,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 102.31405599997379,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 97.5310949999839,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 101.04413300007582,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 94.69979800004512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 103.42907599988393,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 98.4977530001197,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 97.72797200013883,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 96.80787400016561,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9486010000109673,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 4.728902000002563,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.8525969998445362,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2974379998631775,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2214299999177456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.1780250000301749,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 94.58243700000457,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 94.22810000018217,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 92.84605299984105,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.6974739998113364,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 96.5999520001933,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 97.34803100000136,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 88.26256699999794,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 90.34748800005764,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 90.89704700000584,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 98.30233200010844,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 93.7133460000623,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 94.50152900000103,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 156,
"numPendingTests": 0,
"perfStats": {
"start": 356155.947028,
"end": 371533.7873300001,
"runtime": 15378,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.6287670000456274,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 116.77339200000279,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 101.69029199983925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 94.28630700008944,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 92.20638499991037,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 92.86785499984398,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 96.40993099985644,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 96.37352799996734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 91.9199550000485,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 0.9180969998706132,
"failureMessages": [
"holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 90.44329800014384,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 90.63131799991243,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 86.59629000001587,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 96.61535299988464,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 87.39427500008605,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 92.13567800004967,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 86.66849700012244,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"holes-in-args.js"
],
"duration": 92.60402700002305,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 0.927697999868542,
"failureMessages": [
"issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 98.16311700013466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 94.2192989999894,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 90.80763699999079,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 90.45519899995998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 91.08126599993557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 88.45038600009866,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 95.5902449998539,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10159.js"
],
"duration": 90.63331800000742,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 0.6866729999892414,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 97.22441800008528,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 89.30127699999139,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 93.26129800011404,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 100.41195599990897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 95.52683699992485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 93.77415199996904,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 97.2356190001592,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"last.js"
],
"duration": 89.21616800012998,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.7358790000434965,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 123.87804599991068,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 107.6823269999586,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 104.74111500009894,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 100.27894199988805,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 106.37288899999112,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 99.49015800002962,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 98.06220700009726,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 97.98999999999069,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 0.6220660000108182,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 104.73211500002071,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 95.130395000102,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 104.55549600021914,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 102.84171399986371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 98.6143649998121,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 103.28976200008765,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 104.91323400009423,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-args.js"
],
"duration": 102.35576199996285,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 0.7193770001176745,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 105.17026100005023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 103.49348299996927,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 103.9913359999191,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 107.16007199999876,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 98.58546199998818,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 98.46524899988435,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 99.91410300019197,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-in-assignment.js"
],
"duration": 100.67794000008143,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 0.6915720000397414,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 113.5085090000648,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 95.34201799985021,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 94.51193200005218,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 97.65315900021233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 93.09348400007002,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 92.6301370000001,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 95.77896299981512,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative-comment-after-minus.js"
],
"duration": 99.64596600015648,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 0.9629009999334812,
"failureMessages": [
"numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 96.51163999992423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 98.92069000005722,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 109.09414900001138,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 96.62815200001933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 98.84018299984746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 96.0612929998897,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 101.05351300002076,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-negative.js"
],
"duration": 95.57094199978746,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 0.7809809998143464,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 92.41251400019974,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 98.34463099995628,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 91.0016670001205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 101.18042599991895,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 94.5832390000578,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 91.7362430000212,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 93.91586999990977,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-trailing-comma.js"
],
"duration": 90.40770600014366,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 1.0266070000361651,
"failureMessages": [
"numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 106.96522800019011,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 89.63522400008515,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 94.53953499998897,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 92.22739399992861,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 96.97768799983896,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 94.42602299991995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 90.24718900001608,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-holes.js"
],
"duration": 89.60672200005502,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 0.6978730000555515,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 95.9710840000771,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 92.86556100007147,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 90.03966700006276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 95.03738699993119,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 94.63934500003234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 97.37682999996468,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 98.48194500012323,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-trailing-comments.js"
],
"duration": 96.54644399997778,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 0.9463990000076592,
"failureMessages": [
"numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 112.12946500000544,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 96.35912400018424,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 91.491017999826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 88.66262300009839,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 98.68296599993482,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 92.50352300005034,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 92.04227599990554,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers-with-tricky-comments.js"
],
"duration": 99.30252999998629,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 0.6885720000136644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 100.78918599989265,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 110.18866300000809,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 95.50463500013575,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 93.78555700019933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 105.02522499999031,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 96.14590200013481,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 99.49925099988468,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers1.js"
],
"duration": 94.93947699991986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 0.6820709998719394,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 108.70300800004043,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 99.29982999991626,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 94.5702380000148,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 92.55152800003998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 97.71916500013322,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 98.5789550000336,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 94.30841100006364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers2.js"
],
"duration": 94.11189000005834,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 0.714373999973759,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 109.54019599989988,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 100.84419100009836,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 110.00384399993345,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 107.58029099996202,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 101.46565599995665,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 96.15620299987495,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 97.64835800020956,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"numbers3.js"
],
"duration": 98.55955299991183,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 0.7008729998487979,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 99.06652999995276,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 99.27245099982247,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 90.21281599998474,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 98.758198000025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 94.78098699986003,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 100.03012900007889,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 92.94579800008796,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"preserve_empty_lines.js"
],
"duration": 92.97280100011267,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9723000000230968,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 4.820998000213876,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.0993170000147074,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.3904440000187606,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.299834000179544,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2419280000030994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 113.82215299992822,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 89.04359499993734,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 91.34003199986182,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 371674.5621669999,
"end": 373842.39002199995,
"runtime": 2168,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"complex.js"
],
"duration": 0.6988719999790192,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 97.04132099985145,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 98.89381199982017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 96.9644130000379,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 106.07815399998799,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 93.72037700004876,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 97.24674200010486,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 98.5482759999577,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"complex.js"
],
"duration": 98.57517899991944,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 0.6830710000358522,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 109.72983099985868,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 98.58527999999933,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 93.04500800021924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 95.00741000007838,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 92.64966700016521,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 101.14444499998353,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 101.41777199995704,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"extends.js"
],
"duration": 96.93631000001915,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9437969999853522,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.682778000133112,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 3.364447999978438,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.4523499999195337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.2251259998884052,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.1870220000855625,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 93.75788099993952,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 95.66617799992673,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 100.67309499997646,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 162,
"numPendingTests": 0,
"perfStats": {
"start": 374018.98815800005,
"end": 388204.771875,
"runtime": 14186,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.7544780001044273,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 92.07110799988732,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 85.59923900011927,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 86.13099400000647,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 86.54853800009005,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 85.4399230000563,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 89.30992199992761,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 83.53692599991336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"none\"}"
],
"duration": 84.47502300003543,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.686970999930054,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 86.75015800003894,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 87.48873400012963,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 86.80566400010139,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 89.74526800005697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 82.27169599989429,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 89.91398499999195,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 87.49773499998264,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"none\"}"
],
"duration": 84.17079199990258,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.7347760000266135,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 94.76818599994294,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 94.58136700000614,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 85.44752400019206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 89.36012700013816,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.57484599994496,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.61685099988244,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 84.08648300007917,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"none\"}"
],
"duration": 84.58833499997854,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.6243640000466257,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 84.27370199980214,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 91.44574300013483,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 90.78117400011979,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 87.5431399999652,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 84.01547500002198,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.31771999993362,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 90.16591099998914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"none\"}"
],
"duration": 89.34602600010112,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.6510669998824596,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 96.20153399999253,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 86.7963630000595,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 85.13409099983983,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 85.82226200005971,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 92.34973599994555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 85.20139900012873,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 95.050314999884,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.0226890000049,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 0.7308749998919666,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 93.46765199978836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.8651770001743,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.61305500008166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 95.98553499998525,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.85561199998483,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.30395599990152,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 87.67629199987277,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"none\"}"
],
"duration": 88.62078800005838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6832689999137074,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.12913700006902,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.45406600018032,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 83.8320019999519,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 82.45316300005652,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 82.90360800013877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 84.49156900006346,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 84.95611699996516,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.33115400001407,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7023709998466074,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 91.95262600015849,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 93.71610500011593,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.07202799990773,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 84.19033799995668,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 92.92432400002144,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 95.69450500002131,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.5662809999194,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.69029399985448,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7404749998822808,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 86.01922399993055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.41366500011645,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 82.65998300001957,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 89.11323800007813,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.7283949998673,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 87.38206299999729,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 83.96321600000374,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"all\"}"
],
"duration": 93.73380699986592,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6604669999796897,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 84.40425999998115,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 82.02001799992286,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 80.38395199994557,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 81.25604099989869,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.4361650000792,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 81.78129499987699,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 83.00961900013499,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"all\"}"
],
"duration": 82.2290389998816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6362640000879765,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.86820899997838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 82.80699800001457,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 81.53286899998784,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 82.66318300017156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 81.808897000039,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 90.23845200007781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 92.40597199997865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"all\"}"
],
"duration": 86.65718899993226,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.6620670000556856,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.70079599996097,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 91.9572259997949,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.52267799992114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.0632269999478,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.75070099998266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.44556599995121,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 92.34456499991938,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"all\"}"
],
"duration": 96.31656800000928,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6540659999009222,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 81.69228499988094,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 81.64058000012301,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.99612500006333,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 92.58938999986276,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 91.27325700013898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 84.43976400000975,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 82.49156599980779,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dynamic-import.js - {\"trailingComma\":\"es5\"}"
],
"duration": 92.0617360000033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6878700000233948,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 84.25014500017278,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 91.59128900012001,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 85.04792500007898,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 84.8155020000413,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 89.67059400002472,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 85.0343250001315,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 91.81751199997962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"es5.js - {\"trailingComma\":\"es5\"}"
],
"duration": 84.26674600015394,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6174619998782873,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 92.85651700012386,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 88.15483999997377,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 94.53038699994795,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 83.99451899994165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 82.10152700007893,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 88.02322699991055,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 91.7602069999557,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-calls.js - {\"trailingComma\":\"es5\"}"
],
"duration": 89.86371400021017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6226630001328886,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.86731599993072,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 84.87450800021179,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.48637700011022,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 81.7959949998185,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 81.5887779998593,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 86.83201400004327,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 83.37976299994625,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js - {\"trailingComma\":\"es5\"}"
],
"duration": 83.2746530000586,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6631670000497252,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.61159799993038,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.57368999999017,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 85.72760199988261,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 83.56008199998178,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 93.5639969999902,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 82.8247070000507,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 86.23315300000831,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"trailingComma\":\"es5\"}"
],
"duration": 87.51688399980776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 0.6909699998795986,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 89.40177499991842,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 90.12794899987057,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 86.70320100011304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 84.65089200017974,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 89.1176460001152,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 86.93132400000468,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 85.5754869999364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_whitespace.js - {\"trailingComma\":\"es5\"}"
],
"duration": 86.63439399981871,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 71,
"numPendingTests": 0,
"perfStats": {
"start": 388328.1607,
"end": 394135.4614749999,
"runtime": 5807,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 0.6741690000053495,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 2.5665599999483675,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 86.74280500016175,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 83.93161899992265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 82.65198999992572,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 85.2737559999805,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 88.84801899990998,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 85.77190600009635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bigint-key.js"
],
"duration": 84.0712329999078,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 0.6399650000967085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 88.78921299986541,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 82.81790700019337,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 80.75309700006619,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 83.37186200008728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 85.90092000016011,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 83.15054000006057,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 83.72539900010452,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"escape-sequence-key.js"
],
"duration": 87.46127799991518,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.6215629999060184,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 87.59899200010113,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 97.6700140000321,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 89.91102600004524,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 84.87341500003822,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 87.38226999994367,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 90.07304299995303,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 83.49197500012815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 83.28595399996266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.4820509999990463,
"failureMessages": [
"expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 3.385643000015989,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 8.523065000073984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.8744910000823438,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.4563480000942945,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 1.4409459999296814,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 93.241965000052,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 90.65250199986622,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression.js"
],
"duration": 91.31446900009178,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 0.6724680000916123,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 92.85162499989383,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 89.49228399991989,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 83.82610800000839,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 85.57458600006066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 87.34046499989927,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 87.73960600001737,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 83.76890300004743,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"getter-setter.js"
],
"duration": 83.97492399998009,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.6642680000513792,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 86.0715369998943,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 84.38306500017643,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 88.19995300006121,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 85.95992600009777,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 83.74420099984854,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 84.79260700009763,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 93.34417499997653,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 86.95122599997558,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 0.6829689999576658,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 84.04323099995963,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 93.34717500000261,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 91.39767799992114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 87.82011500000954,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 94.50459300004877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 95.76321999984793,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 97.92734000016935,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 86.44947499991395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 0.6749690000433475,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 86.2103510000743,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 90.1103469999507,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 83.58578400011174,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 81.82630599988624,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 89.26796100009233,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 84.2792540001683,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 85.63139200001024,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"right-break.js"
],
"duration": 93.14015399990603,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 20,
"numPendingTests": 0,
"perfStats": {
"start": 394255.40174900007,
"end": 395857.66443600005,
"runtime": 1602,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.7257739999331534,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 99.07674899999984,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 87.96632700017653,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 88.74090399988927,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 86.88491800008342,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 90.90712199988775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 93.6919010002166,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.702369999838993,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 114.39117900002748,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 99.62899699993432,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 89.95722600002773,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 90.1985510000959,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 94.74730699998327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 94.0852409999352,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.1211119999643415,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 8.66546899988316,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 2.6595669998787344,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.9827989998739213,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 1.6720679998397827,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 89.73590400000103,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 95.87952099996619,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 30,
"numPendingTests": 0,
"perfStats": {
"start": 395989.041419,
"end": 398234.6075459999,
"runtime": 2246,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 0.6921690001618117,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 1.6625669999048114,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 1.2913289999123663,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 2.0856090001761913,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js"
],
"duration": 106.24176099989563,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 0.8338840000797063,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 93.2373559998814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 97.364770000102,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 93.80861299997196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js"
],
"duration": 94.00243299989961,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 0.6270630001090467,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 92.95172700006515,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 88.35936599993147,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 90.84111499995925,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js"
],
"duration": 91.4618780000601,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 0.6679670000448823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.697470999788493,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.2931299998890609,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 1.1211130002047867,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional-chaining.js - {\"semi\":false}"
],
"duration": 97.12994699995033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 0.6622659999411553,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 90.96942800004035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 107.84572099987417,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 97.6453980000224,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private_fields.js - {\"semi\":false}"
],
"duration": 97.01183500001207,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 0.6774679999798536,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 91.2001510001719,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 85.3299630000256,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 83.86811499996111,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with_comments.js - {\"semi\":false}"
],
"duration": 94.92622499982826,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 103,
"numPendingTests": 0,
"perfStats": {
"start": 398377.30096500006,
"end": 407577.8930129999,
"runtime": 9201,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 1.0031999999191612,
"failureMessages": [
"blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 93.79771199985407,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 89.71570199984126,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 85.5731870001182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 87.57688699988648,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 90.93712500017136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 89.93982500000857,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 86.21795099996962,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js"
],
"duration": 92.41407299996354,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 0.6838690000586212,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 91.82731399987824,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 86.3311630000826,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 89.70610200008377,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 91.79731100006029,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 84.87951799994335,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 88.57428800011985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 90.09163999999873,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js"
],
"duration": 87.86711700004525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.6337630001362413,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 83.13164199981838,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 85.69409899995662,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 89.31726199993864,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 85.35506400000304,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 81.88031599996611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 88.77250800002366,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 84.59328799997456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 93.16954899998382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 0.6713679998647422,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 93.72050399985164,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 86.76450600009412,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 87.84131500008516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 83.79370800009929,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 84.04253299999982,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 90.72620400018059,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 88.17194700008258,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js"
],
"duration": 92.87741900002584,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6571659999899566,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.45187500002794,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 85.66389500000514,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.67409799993038,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.11854199995287,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 85.35516499984078,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 87.05043500009924,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 83.81881099985912,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 86.84781499998644,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 0.662567000137642,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 91.02498400001787,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 84.60093499999493,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 1.6848699999973178,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 1.1913209999911487,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 84.31970699992962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 88.33551199990325,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 89.85386499995366,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js"
],
"duration": 85.27730299998075,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 1.0987110000569373,
"failureMessages": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 92.56463799998164,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 94.83296800008975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 87.461323000025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 83.55392999993637,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 88.55593400006182,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 91.15469700004905,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 92.82616500020958,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"blank-line-between-specifiers.js - {\"bracketSpacing\":false}"
],
"duration": 89.13349199993536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 1.013901999918744,
"failureMessages": [
"bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 86.07158300001174,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 85.38621399994008,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 86.98777500004508,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 84.66334099997766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 87.87356600002386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 85.95847200020216,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 87.01627900009044,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bracket.js - {\"bracketSpacing\":false}"
],
"duration": 93.75615899986587,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 0.8045810000039637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 90.2509049999062,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 90.71255200006999,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 85.8460610001348,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 104.92908499995247,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 86.84876199997962,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 85.71164699993096,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 93.10949299996719,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js - {\"bracketSpacing\":false}"
],
"duration": 85.60843699984252,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 1.0308040000963956,
"failureMessages": [
"same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 88.48172599985264,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 86.34190999995917,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 91.92727399989963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 94.50543400016613,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 94.67795199993998,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 84.40591500001028,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 89.12899200012907,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-exported.js - {\"bracketSpacing\":false}"
],
"duration": 87.50582800013945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 0.6843689999077469,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 94.83886800007895,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 85.47812399989925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 90.83296399982646,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 86.8174580000341,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 87.18339599994943,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 88.57533599995077,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 85.10048500006087,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js - {\"bracketSpacing\":false}"
],
"duration": 88.16539500001818,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 0.9643969999160618,
"failureMessages": [
"undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 33)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 83.66533999983221,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 84.55502999993041,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 1.5939609999768436,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 1.2342240000143647,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 83.2008940000087,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 87.76945499982685,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 90.01348099997267,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"undefined.js - {\"bracketSpacing\":false}"
],
"duration": 82.91796500002965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 407704.5614919999,
"end": 411209.01802099997,
"runtime": 3504,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 0.7607769998721778,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 92.93007500004023,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 90.94497500010766,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 83.93716800003313,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 85.9752739998512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 87.47072400012985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 85.87836400000378,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 85.13988999999128,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"d-flag.js"
],
"duration": 83.49042299995199,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 0.6635670000687242,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 87.30510800005868,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 97.43613000004552,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 87.13729099999182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 91.29821099992841,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 89.80556000000797,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 81.86705900006928,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 88.69224799983203,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-flags.js"
],
"duration": 82.73174700001255,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 0.7627769999671727,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 86.82555900001898,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 93.34411700000055,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 2.2261250000447035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.3199330000206828,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 1.211422000080347,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 95.48683400009759,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 85.62363800010644,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"regexp-modifiers.js"
],
"duration": 89.70304900011979,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6499650001060218,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 80.79235099977814,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 81.62363499985076,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 82.13128600013442,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 86.4684230000712,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 86.67764499993064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 84.62213000003248,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 91.00436799996532,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 87.03226800006814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 0.6547659998759627,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.817983000073582,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 83.97656000009738,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 90.92305899993517,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 86.06967099988833,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 1.5501559998374432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 85.20128299994394,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 85.8139450000599,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"v-flag.js"
],
"duration": 89.4159079999663,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 14,
"numPassingTests": 66,
"numPendingTests": 0,
"perfStats": {
"start": 411343.00211799995,
"end": 418583.61924,
"runtime": 7241,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 14,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.6574659999459982,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 86.13457700004801,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 83.00896300002933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 93.41961099999025,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 91.3242999999784,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 1.2134219999425113,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 94.2685970000457,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 94.00116999982856,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 91.57082500006072,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"lf\"}"
],
"duration": 87.38230300019495,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 1.1557160001248121,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 88.76044199988246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 85.55681900004856,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 87.62882799981162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 86.870952000143,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 1.1260130000300705,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 87.71063599991612,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 89.56472299993038,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 101.88936500018463,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"lf\"}"
],
"duration": 97.4539179999847,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.963497000047937,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 89.00386599986814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 91.68693700013682,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 82.69513099989854,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 86.25338999996893,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 1.3041310000699013,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 91.45291300001554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 87.10057499981485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 98.40011300006881,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 94.81765199988149,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 1.2137220001313835,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 85.36219900008291,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 90.17178500001319,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 88.11577699985355,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 96.0521759998519,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 1.1856190001126379,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 89.31119700009003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 94.8105519998353,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 88.08357399981469,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 90.56842399993911,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.94319500005804,
"failureMessages": [
"cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 92.57412599981762,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 96.49041999992914,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 95.63183400011621,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 94.72434299997985,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 1.1888200000394136,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 88.0199680000078,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 89.38280400005169,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 89.68103399989195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"cr\"}"
],
"duration": 95.1355840000324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 1.1511160000227392,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 84.87445000000298,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 91.60432899999432,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 88.17998299980536,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 88.92215800005943,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 1.2487260000780225,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 91.27039499999955,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 89.89275599992834,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 85.69293300015852,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"cr\"}"
],
"duration": 91.4033079999499,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 0.6801690000575036,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 84.95455799996853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 93.34370299987495,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 84.63242600020021,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 89.13097899989225,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 1.1893190001137555,
"failureMessages": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 86.72713699983433,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 89.11067700013518,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 92.67563599999994,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-and-range.js - {\"endOfLine\":\"auto\"}"
],
"duration": 94.54692499991506,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 1.1675180001184344,
"failureMessages": [
"range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 93.297098999843,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 89.05927199986763,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 96.99117099982686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 88.09917499986477,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 1.2063219998963177,
"failureMessages": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 35)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 88.25979199982248,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 94.1579919999931,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 87.93040399998426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-and-cursor-1.js - {\"endOfLine\":\"auto\"}"
],
"duration": 89.91529600019567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 418721.37236200005,
"end": 423194.98892100004,
"runtime": 4474,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 0.6315609999001026,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 90.53795699984767,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 89.73927900008857,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 85.47806699993089,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 86.94070799998008,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 89.6713719998952,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 92.94878900004551,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 91.06220699986443,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-default.js"
],
"duration": 84.53227600012906,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 0.6330609999131411,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 86.10602799989283,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 96.01578600006178,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 86.20913799991831,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 83.15594299999066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 87.92310300003737,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 84.07553100003861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 93.55514800013043,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-reserved-word.js"
],
"duration": 84.71649300004356,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 0.6450630000326782,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 1.9314870000816882,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 2.0225959999952465,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 86.31784799997695,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 94.86237500002608,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 88.01851300010458,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 90.1247170001734,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 106.59290900011547,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string.js"
],
"duration": 90.28883199999109,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 0.7095689999405295,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 1.9766910001635551,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 2.2037140000611544,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 88.54146300000139,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 91.07270799996331,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 95.12210000003688,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 88.55856499983929,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 87.11952499998733,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as-string2.js"
],
"duration": 87.07762200012803,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 0.6883670000825077,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 85.94121200009249,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 90.55175799992867,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 93.83017400000244,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 88.19362999987788,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 91.84698200016282,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 85.51717100013047,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 91.34393400000408,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star-as.js"
],
"duration": 93.42673599999398,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 0.6661650000605732,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 89.36864300002344,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 83.5373790001031,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 83.21114700008184,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 82.86571400007233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 88.21163199981675,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 88.46885600010864,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 92.54865099978633,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-star.js"
],
"duration": 85.2557449999731,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 68,
"numPendingTests": 0,
"perfStats": {
"start": 423328.1613009999,
"end": 427804.3413359999,
"runtime": 4476,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arguments.js"
],
"duration": 0.9638929998036474,
"failureMessages": [
"arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 3.8623740000184625,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 102.18798299995251,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 1.7290669998619705,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 1.263721999945119,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 88.2419350000564,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 88.64487299998291,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 86.09052599989809,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js"
],
"duration": 105.4684000001289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 1.143011000007391,
"failureMessages": [
"class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 5.331415999913588,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 91.61435999977402,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 1.787973000202328,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 1.2537209999281913,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 89.36064299987629,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 90.64276600000449,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 90.43374600005336,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js"
],
"duration": 91.30322999996133,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 0.6830659999977797,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 2.973988000070676,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 88.74258299986832,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.5502499998547137,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.1872139999177307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 85.43956300010905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 97.95327299996279,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 89.4108469998464,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 91.88338600005955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 0.6660649999976158,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 2.87467800010927,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 88.00041099986993,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.7257670001126826,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 1.2358200000599027,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 85.67248599999584,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 94.98938699997962,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 94.83877200004645,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js"
],
"duration": 91.7983790000435,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.1074069999158382,
"failureMessages": [
"arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 3.16030600015074,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 91.91178900003433,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.718165999976918,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 1.284423999954015,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 91.56785600003786,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 89.44445000006817,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 102.4621089999564,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arguments.js - {\"semi\":false}"
],
"duration": 94.54674399993382,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 1.2702229998540133,
"failureMessages": [
"class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 37)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 7.1366909998469055,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 93.11940600001253,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 1.6671609999611974,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 1.272023000055924,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 95.72239699983038,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 91.55175200011581,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 91.75697300001048,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-expression.js - {\"semi\":false}"
],
"duration": 91.79617600003257,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 0.694171000039205,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 3.7911829999648035,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 92.01899900007993,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 1.809182999888435,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 1.5346549998503178,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 86.49934100010432,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 86.81067300005816,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 90.95889199990779,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-expression.js - {\"semi\":false}"
],
"duration": 87.67506100004539,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 0.6820690000895411,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 2.893292000051588,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 92.40503800008446,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 1.709173000184819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 1.3007310000248253,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 87.6763599999249,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 85.23461400019005,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 87.66025900002569,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super-class.js - {\"semi\":false}"
],
"duration": 86.19250999996439,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 427947.6411179999,
"end": 428339.5707249999,
"runtime": 392,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.9641970000229776,
"failureMessages": [
"no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 1.9753990001045167,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 1.2624269998632371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 1.1689180000685155,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 96.13691499992274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.9167929999530315,
"failureMessages": [
"no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 38)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 1.631664999993518,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 1.2292249999009073,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 1.1370149999856949,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 90.70486599998549,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 12,
"numPassingTests": 48,
"numPendingTests": 0,
"perfStats": {
"start": 428474.76428699994,
"end": 430793.73903299996,
"runtime": 2319,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 36,
"unchecked": 0,
"unmatched": 12,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.9641980000305921,
"failureMessages": [
"await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 2.5273550001438707,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.4034420000389218,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 1.8828910000156611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 90.76687299995683,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 1.2812290000729263,
"failureMessages": [
"bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 1.6811699999962002,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 1.3453360002022237,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 1.179418999934569,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js"
],
"duration": 97.79488299996592,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 0.919093000004068,
"failureMessages": [
"long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 1.940597000066191,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 1.5845600001048297,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 2.329435999970883,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js"
],
"duration": 90.90228600008413,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.1203130001667887,
"failureMessages": [
"method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.982700000051409,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.6252639999147505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 1.706971999956295,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js"
],
"duration": 93.55085400003009,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 0.9594970000907779,
"failureMessages": [
"short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 1.8868909999728203,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 1.381539999973029,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 1.2312249999959022,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js"
],
"duration": 95.88118899986148,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.9869999999646097,
"failureMessages": [
"unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 1.5420550000853837,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 1.339335000142455,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 1.2320240000262856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 89.72666699998081,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 0.9331939998082817,
"failureMessages": [
"await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 2.0994120000395924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 1.4296439997851849,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 1.389339999994263,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js - {\"semi\":false}"
],
"duration": 95.4233430000022,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 1.2433260001707822,
"failureMessages": [
"bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 1.6973719999659806,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 1.1547169999685138,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 1.077508999966085,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bind_parens.js - {\"semi\":false}"
],
"duration": 104.39715000009164,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 0.9346940000541508,
"failureMessages": [
"long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 1.7177730000112206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 1.3838390000164509,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 1.2069220000412315,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long_name_method.js - {\"semi\":false}"
],
"duration": 87.03849599999376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 0.9269939998630434,
"failureMessages": [
"method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 1.9319949999917299,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 1.475249000126496,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 1.337434999877587,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method_chain.js - {\"semi\":false}"
],
"duration": 91.14591099997051,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 1.0092019999865443,
"failureMessages": [
"short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 1.8220849998760968,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 1.2830300000496209,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 1.182920000050217,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short_name_method.js - {\"semi\":false}"
],
"duration": 89.4434389998205,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 0.9887000001035631,
"failureMessages": [
"unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 39)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 1.4833500001113862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 1.1487159999087453,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 1.08130900003016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js - {\"semi\":false}"
],
"duration": 91.56475300015882,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 430933.1078169999,
"end": 432283.724205,
"runtime": 1351,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assertions.js"
],
"duration": 0.690669999923557,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 2.643366999924183,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 93.55695399991237,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.7796800001524389,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.298331000143662,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 1.1860189998988062,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 91.96679400000721,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 94.73157299985178,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assertions.js"
],
"duration": 92.60255800001323,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6456659999676049,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 89.52434700005688,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.34912799997255,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 87.33782599982806,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 92.0996069998946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 87.99519299995154,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 86.08329900004901,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 92.94229199993424,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.79907399998046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 432418.60083500005,
"end": 433149.97654499987,
"runtime": 731,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 17,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.9289939999580383,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.8412860000971705,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.3801390000153333,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.2609269998501986,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 87.97919100010768,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 2.572359000099823,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 1.141916000051424,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 1.0161029999144375,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 1.0277040000073612,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"invalid-tuple-holes.js"
],
"duration": 1.1854199999943376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.9077909998595715,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 1.4716480001807213,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 1.102610999951139,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 1.0351050000172108,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 83.74816399998963,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 0.9151919998694211,
"failureMessages": [
"tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 1.6300650001503527,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 1.1210129999089986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 1.0668079999741167,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple-trailing-comma.js"
],
"duration": 89.64495999994688,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 0.9544970002025366,
"failureMessages": [
"tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 1.6664690000470728,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 1.2206239998340607,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 1.209921999834478,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"tuple.js"
],
"duration": 92.84288199990988,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 433294.82868299994,
"end": 434569.80564400007,
"runtime": 1275,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 0.8228830001316965,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 90.64066000003368,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 91.73567000008188,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 91.3107280000113,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 91.09330600011162,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 85.76766699994914,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"always\",\"semi\":false}"
],
"duration": 94.35043499991298,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 0.9102920000441372,
"failureMessages": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 89.47604199987836,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 84.72576199984178,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 91.13300999999046,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 102.1774260001257,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 88.26654700003564,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}"
],
"duration": 89.3551209999714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 43)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 434707.570463,
"end": 434891.66599400004,
"runtime": 184,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 0.93758499994874,
"failureMessages": [
"newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 43)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 1.6097459997981787,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 1.2582150001544505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 1.4632330001331866,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"newline-before-arrow.js"
],
"duration": 90.15879400004633,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 435032.7232129999,
"end": 437754.27014200005,
"runtime": 2722,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"const.js"
],
"duration": 0.9276839999947697,
"failureMessages": [
"const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 87.81698100012727,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 92.57221299991943,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 87.6653670000378,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 88.76946699991822,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 89.26551299984567,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js"
],
"duration": 94.39867900009267,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 1.257014000089839,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 117.59638700005598,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 102.26289299991913,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 108.60756999999285,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 96.96111100004055,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 105.13875499996357,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 109.03850900009274,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 0.921784000005573,
"failureMessages": [
"const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 88.11480799992569,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 83.59929799987003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 85.34555600001477,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 87.48334999987856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 86.03801900008693,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"const.js - {\"semi\":false}"
],
"duration": 85.06203000014648,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 1.2251110000070184,
"failureMessages": [
"let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 101.76374799991027,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 99.52194499992765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 106.05303800012916,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 97.67927700001746,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 108.94990100013092,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js - {\"semi\":false}"
],
"duration": 113.4058059998788,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 437905.556891,
"end": 438359.73756599997,
"runtime": 454,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after_export.js"
],
"duration": 0.7149649998173118,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 1.5071370000950992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 1.102699999930337,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 1.2103099999949336,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after_export.js"
],
"duration": 91.41210800013505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 0.6874629999510944,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 1.583244000095874,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 1.158104999922216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 90.88435900001787,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"before_export.js"
],
"duration": 89.59624200011604,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 13,
"numPendingTests": 0,
"perfStats": {
"start": 438499.93770700006,
"end": 439884.90228599997,
"runtime": 1385,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 0.6676600000355393,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 88.48554100003093,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 97.55466499994509,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 93.67611299990676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"lf\"}"
],
"duration": 86.97560400003567,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 0.9237839998677373,
"failureMessages": [
"example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 87.23472700011916,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 96.60647900006734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 93.11026200000197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"cr\"}"
],
"duration": 88.45913900015876,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 0.886881000129506,
"failureMessages": [
"example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 96.67008500010706,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 91.1959579999093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 102.49746099999174,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js - {\"endOfLine\":\"crlf\"}"
],
"duration": 87.92988900002092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 440031.580314,
"end": 440039.1820820001,
"runtime": 8,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 2.481051000067964,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 1.248026000102982,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 1.1401159998495132,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 1.1922200000844896,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"null-arguments-item.js"
],
"duration": 1.4378449998330325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 440170.06951299997,
"end": 441858.8023209999,
"runtime": 1689,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.7261730001773685,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 101.43015299993567,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 91.92309199995361,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 95.88289300003089,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 89.500547000207,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 89.16211299994029,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 91.56395599991083,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 89.63876100000925,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 91.43914299993776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 0.6677669999189675,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 100.05871500005014,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 97.79198600002564,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 93.57935900008306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 87.10980600002222,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 91.82748300000094,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 93.72427400015295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 100.34274300001562,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js - {\"useTabs\":true,\"tabWidth\":8}"
],
"duration": 92.41514200018719,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 442006.25832599995,
"end": 442946.7677709999,
"runtime": 941,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 0.6622670001816005,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 2.351738000055775,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 95.26282999990508,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 2.586261000018567,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.346136000007391,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 1.1818189998157322,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 95.08921299991198,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 94.54605800006539,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"outside-functions.js"
],
"duration": 92.59810999990441,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.1420109998434782,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 5.072294000070542,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 90.98124999995343,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 2.362928999820724,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.7350690001621842,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.5696529999841005,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 92.52469999995083,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 88.86834399984218,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 89.73322899988852,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 8,
"numPassingTests": 100,
"numPendingTests": 0,
"perfStats": {
"start": 443097.25641000003,
"end": 454735.03099500004,
"runtime": 11638,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 8,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.3540320000611246,
"failureMessages": [
"comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 143.8574939998798,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 102.95451400009915,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 109.48134900000878,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 98.47947899997234,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 98.77890900010243,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 101.34955899999477,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 110.2745270000305,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 101.57468100008555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 0.6574639999307692,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 91.5006009999197,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 90.36409000004642,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 93.68501299992204,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 89.53851000010036,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 94.94143500016071,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 95.75801500002854,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 89.5823129999917,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js"
],
"duration": 92.82682900014333,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 1.5953550001140684,
"failureMessages": [
"new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 151.34652200015262,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 109.78477899986319,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 115.1697029999923,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 122.73123799986206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 110.32033100002445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 107.48075500014238,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 109.75587600003928,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js"
],
"duration": 113.01849299995229,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 1.6877639999147505,
"failureMessages": [
"new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 179.0123129999265,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 119.97846999997273,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 109.80728200008161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 115.92087600007653,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 111.69696500012651,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 118.74935099994764,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 112.68636100017466,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js"
],
"duration": 113.595750000095,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 0.6819660000037402,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 94.2510679999832,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 99.58198699983768,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 92.39588799979538,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 99.14794399985112,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 95.43298300006427,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 92.70771799981594,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 93.0562519999221,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js"
],
"duration": 93.36868200008757,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 1.432039000093937,
"failureMessages": [
"postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 143.46365499985404,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 119.81395499990322,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 106.92160000000149,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 109.74437500000931,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 108.32943799998611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 113.04659699997865,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 114.95678199990653,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js"
],
"duration": 114.56044399994425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 1.918785999994725,
"failureMessages": [
"comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 106.82539100013673,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 104.56096999999136,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 105.72738399985246,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 114.02669099997729,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 98.98122800001875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 108.5450580001343,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 106.2596360000316,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"experimentalTernaries\":true}"
],
"duration": 109.02960500004701,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6974679999984801,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 98.58899000007659,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 97.42157599981874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 94.95683599985205,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 86.77934099989943,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 110.0007340000011,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 90.20185400010087,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 89.60119399987161,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-expression.js - {\"experimentalTernaries\":true}"
],
"duration": 86.53468499984592,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 2.0684080000501126,
"failureMessages": [
"new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 131.8986380000133,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 109.08324899990112,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 115.30247300001793,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 101.77191499993205,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 109.14595500007272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 102.59369699982926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 105.64020300004631,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-examples.js - {\"experimentalTernaries\":true}"
],
"duration": 109.85272600012831,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 2.7743779998272657,
"failureMessages": [
"new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 132.73992299987003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 121.49619500013068,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 112.80852199997753,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 109.0923490000423,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 109.27596800005995,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 114.00244299997576,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 109.60160099994391,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new-ternary-spec.js - {\"experimentalTernaries\":true}"
],
"duration": 109.02154299989343,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 0.6295630000531673,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 96.45578099996783,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 97.26236200006679,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 91.95242900005542,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 88.49758299998939,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 89.57199000008404,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 97.9606320001185,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 98.26656300015748,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-confusing-arrow.js - {\"experimentalTernaries\":true}"
],
"duration": 95.09054400003515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 2.078108999878168,
"failureMessages": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 50)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 151.9308500001207,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 124.1437609998975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 120.56920100003481,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 115.51789400004782,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 108.31907199998386,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 110.46788699994795,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 120.55300000007264,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"postfix-ternary-regressions.js - {\"experimentalTernaries\":true}"
],
"duration": 117.8549289999064,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 123,
"numPendingTests": 0,
"perfStats": {
"start": 454929.6874330001,
"end": 465998.05576,
"runtime": 11068,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 11,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"brackets.js"
],
"duration": 0.6471649999730289,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 98.74231000011787,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 87.9414270000998,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 83.78270999994129,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 87.01743400003761,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 93.82091699982993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 93.98243299988098,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 84.65979700000025,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js"
],
"duration": 88.94752799998969,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6919690000358969,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 91.37107099988498,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 96.19275499996729,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 92.37567199999467,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 86.6104930001311,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 87.96943000005558,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 89.87082100007683,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 92.10524499998428,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 95.33296800008975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 0.6523650002200156,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 83.34266500012018,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 84.88372000004165,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 84.74300600006245,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 89.6691999998875,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 86.90722299995832,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 84.91762299998663,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 92.25476000015624,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js"
],
"duration": 83.42667299997993,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.6622670001816005,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 88.32226500008255,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 90.351769000059,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 127.61490799998865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 93.2973639999982,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 87.33776600006968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 86.68109999992885,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 88.21025400003418,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 94.40767599991523,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 0.6725679999217391,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 118.81292499997653,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 89.99248600006104,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 83.06698599993251,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 84.96157499984838,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 92.67654599994421,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 92.60443800012581,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 84.55803600000218,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js"
],
"duration": 85.2084010001272,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 0.7091710001695901,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 82.39221900003031,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 85.64794499985874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 85.66844599996693,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 85.34601500001736,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 84.84236400015652,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 82.96417700010352,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 82.99087900016457,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js"
],
"duration": 84.59283900004812,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 0.6350639997981489,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 95.78245500009507,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 89.9928770000115,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 92.53583199996501,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 84.65394500014372,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 89.28260700008832,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 83.8449640001636,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 86.17529699997976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js"
],
"duration": 81.9742780001834,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 0.9454949998762459,
"failureMessages": [
"brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 81.18549899989739,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 81.40051999990828,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 82.55473500001244,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 86.17459599999711,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 85.28500899998471,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 89.59763800003566,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 87.32911200006492,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"brackets.js - {\"bracketSpacing\":false}"
],
"duration": 82.32541299983859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 0.6706669998820871,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 104.76075099990703,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 90.62884100014344,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 84.9416739998851,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 85.53053200012073,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 88.2021989999339,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 85.31131100002676,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 86.19839900010265,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"bracketSpacing\":false}"
],
"duration": 84.8752669999376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 0.6093610001262277,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 81.71275199996307,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 82.99557899986394,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 88.03898299997672,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 82.44862499996088,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 80.28080900013447,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 85.59413899993524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 86.34791400004178,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-import.js - {\"bracketSpacing\":false}"
],
"duration": 87.68554700003006,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 0.9089900001417845,
"failureMessages": [
"inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 87.97847600001842,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 94.27030400000513,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 89.31801100005396,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 83.50453100004233,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 82.86686700000428,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 82.23810499999672,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 86.42582200001925,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js - {\"bracketSpacing\":false}"
],
"duration": 81.39391999994405,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 0.6824679998680949,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 92.29050699993968,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 90.43522199988365,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 87.26440600003116,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 84.41902099992149,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 83.65524600003846,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 81.88226899993606,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 86.01388099999167,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-line.js - {\"bracketSpacing\":false}"
],
"duration": 82.3002100000158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 0.6622659999411553,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 82.65004500001669,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 85.74155399994925,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 85.55173499998637,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 88.25530399987474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 88.42532100016251,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 89.65744500001892,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 85.43912400002591,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple_standalones.js - {\"bracketSpacing\":false}"
],
"duration": 88.10138899995945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 0.9004900001455098,
"failureMessages": [
"same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 51)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 82.9038700000383,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 82.41232099989429,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 81.51383200008422,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 82.02358299982734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 87.07248599990271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 92.83296100003645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 93.53613100014627,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"same-local-and-imported.js - {\"bracketSpacing\":false}"
],
"duration": 87.19779899995774,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 52)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 466147.242643,
"end": 469307.312145,
"runtime": 3160,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 0.7730770001653582,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 91.27710599987768,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 85.3071100001689,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 83.02635299996473,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 84.68005300010554,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 86.01738799992017,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 83.53353699995205,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 93.15710900002159,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 92.93698700005189,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.6063610001001507,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 89.2764169999864,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 92.32522599981166,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 85.94057999993674,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 90.32372300000861,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 82.34831800009124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 86.85287299985066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 87.53724199999124,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 85.31421700003557,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 0.6695679998956621,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 91.88598100002855,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 85.1425000000745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 83.57004100014456,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 83.01798600004986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 91.6312550001312,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 87.39312700019218,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 87.5678449999541,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js - {\"bracketSpacing\":false}"
],
"duration": 87.59994800016284,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 0.8752889998722821,
"failureMessages": [
"object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 52)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 85.01338700018823,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 86.59294600016437,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 85.25160999991931,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 85.77496300009079,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 88.42673099995591,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 96.66106299986131,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 86.1658030000981,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js - {\"bracketSpacing\":false}"
],
"duration": 85.43022899981588,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 122,
"numPendingTests": 0,
"perfStats": {
"start": 469466.44861900003,
"end": 482071.8982960001,
"runtime": 12605,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 0.688869999954477,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 93.00379300001077,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 94.0204959998373,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 102.37064000009559,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 89.7170609999448,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 90.21841199998744,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 92.60045300005004,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 99.93429300002754,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js"
],
"duration": 92.83947700005956,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 0.6695680001284927,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 99.04580399999395,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 93.86358099989593,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 95.90458699990995,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 88.84117399994284,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 91.25171700003557,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 91.76516800001264,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 89.38742799987085,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js"
],
"duration": 90.26751799997874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 0.6592669999226928,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 93.62855600006878,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 91.34572600014508,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 97.37773499987088,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 97.20081699988805,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 96.86898400005884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 93.0013939999044,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 92.35822900012136,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js"
],
"duration": 100.54345600004308,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 1.0362050000112504,
"failureMessages": [
"angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 93.30892400001176,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 91.26751799997874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 89.58264799998142,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 90.8351749998983,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 91.17660899995826,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 94.93968999991193,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 94.41373599995859,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js"
],
"duration": 94.84157899999991,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 0.662567000137642,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 101.39124099980108,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 99.31133099994622,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 99.30502999993041,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 96.48584600002505,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 99.36103600007482,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 111.73548599984497,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 93.9440880001057,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js"
],
"duration": 109.76128600002266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 0.6978709998074919,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 149.46469600009732,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 107.46995500009507,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 99.55885599995963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 113.44665900012478,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 104.17682199995033,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 101.41986500006169,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 100.95401800004765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js"
],
"duration": 111.33966899989173,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 1.4944510001223534,
"failureMessages": [
"test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 159.38993299985304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 119.64810999995098,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 117.06094800005667,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 105.69739799993113,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 107.56938700005412,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 111.49348399997689,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 122.26397400000133,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js"
],
"duration": 115.14375400007702,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7939810000825673,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 100.50227200007066,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.45745700015686,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.9720100001432,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 93.52116600004956,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.24743400001898,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 95.79379599983804,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 96.21063799993135,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_async.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 97.05652299989015,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6866699999663979,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 100.96111900010146,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 94.63257799996063,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.64187299995683,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 84.6303650001064,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 87.58986499998719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 85.37354100006633,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.57346699992195,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.57356599997729,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6740679999347776,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 99.31505200010724,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 93.63367699994706,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.21603400004096,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 91.8711979999207,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.09372100001201,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.00531200016849,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 97.18053500005044,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 98.7947990000248,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.015101999975741,
"failureMessages": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 98.50927000003867,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 96.91290899994783,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 100.12823499995284,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.95050499984063,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 112.13124900008552,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 94.59887399990112,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.50885899993591,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"angularjs_inject.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 89.87409599986859,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.6807689999695867,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 98.28734799986705,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.82879499997944,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 92.93160500004888,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 97.02382000000216,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 105.27075399993919,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 95.83929999987595,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.1268220001366,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each-template-string.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 90.73758299998008,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 0.7172720001544803,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 113.81651999987662,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 109.91252500005066,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 108.51038199989125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 104.16224299999885,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 105.73830199986696,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 106.41867100005038,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 110.62599599990062,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jest-each.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 106.23385199997574,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 1.587260999949649,
"failureMessages": [
"test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 139.64553399989381,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 115.32947300001979,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 101.4655700000003,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 104.03772999998182,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 107.80391100002453,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 116.12575299991295,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 105.51467900001444,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test_declarations.js - {\"arrowParens\":\"avoid\"}"
],
"duration": 115.70811100001447,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 482230.94299400004,
"end": 483046.5013509999,
"runtime": 816,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 0.6547659998759627,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 95.89230499998666,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 89.3626299998723,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 89.19657899998128,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 89.49321099999361,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 86.63850699993782,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 89.59322100016288,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 92.62644400005229,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"snippet: #0"
],
"duration": 91.28760099993087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 180,
"numPendingTests": 0,
"perfStats": {
"start": 483210.6072910001,
"end": 499521.081717,
"runtime": 16310,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 20,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async.js"
],
"duration": 0.6842729998752475,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 92.2706059999764,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 91.65864100004546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 93.73966199997813,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 93.66275399993174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 89.59362099994905,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 99.27714999997988,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 92.70915200002491,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 90.7222410000395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.6554699998814613,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 90.90055999998003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 89.93625800008886,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 94.25011599995196,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 92.2214999999851,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 87.09735599998385,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 89.31799200014211,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 87.90374199999496,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 94.43523599999025,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 0.6340669998899102,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 89.70903300005011,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 90.83345300005749,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 86.60860400018282,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 89.07066600001417,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 89.66282900003716,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 91.97077299980447,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 91.99367599980906,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js"
],
"duration": 85.71970999985933,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 0.6650699998717755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 97.46675799996592,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 91.37621099990793,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 86.90123599977233,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 87.36168400011957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 89.77263999986462,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 83.26204800000414,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 94.2118120000232,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js"
],
"duration": 100.69440100016072,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 0.7217769999988377,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 89.77163999993354,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 95.1420100000687,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 100.02072899998166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 93.6632540000137,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 85.01913499995135,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 93.07629200001247,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 88.36158999986947,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js"
],
"duration": 98.84000399988145,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 0.6220660000108182,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 84.04603200010024,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 89.20698000001721,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 83.46667100000195,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 88.79883700003847,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 97.01371000008658,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 89.94695900008082,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 88.51810700003989,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js"
],
"duration": 88.52020699996501,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 0.7641809999477118,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 95.74347399990074,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 138.45581399998628,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 89.6190240001306,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 89.8103439998813,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 90.29999600001611,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 97.00920900003985,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 99.60408499999903,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js"
],
"duration": 89.52481399988756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 0.67796800006181,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 95.5870129999239,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 95.99625400011428,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 89.88773999991827,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 88.0445550000295,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 94.5915119999554,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 89.68241899996065,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 89.6500160000287,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js"
],
"duration": 102.64572299993597,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 0.6593659999780357,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 93.78553200000897,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 95.51930599985644,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 86.63511199993081,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 85.6152089999523,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 93.5434069999028,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 94.76753199985251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 95.1519819998648,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js"
],
"duration": 91.05256900005043,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 0.6708680000156164,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 94.42020800011232,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 98.44821400009096,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 93.90435600001365,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 93.93955999985337,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 88.38920099986717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 86.56381700001657,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 86.79374100011773,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js"
],
"duration": 86.14747500000522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 0.8286830000579357,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 97.03177100000903,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 85.7391339999158,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 88.50751299993135,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 92.28379300003871,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 87.02746400004253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 86.41720300004818,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 90.0090640000999,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js - {\"semi\":false}"
],
"duration": 87.38229999993928,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 0.6813690001145005,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 106.90926599991508,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 88.87794999987818,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 89.73873700015247,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 95.36500300001353,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 85.37499699997716,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 87.69032999989577,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 87.09377099992707,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"computed.js - {\"semi\":false}"
],
"duration": 84.22198200016282,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 0.632463000016287,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 88.80014299997129,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 86.04136499995366,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 88.3780999998562,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 85.5543160000816,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 87.19707999983802,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 91.77184100006707,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 93.82094799983315,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"get.js - {\"semi\":false}"
],
"duration": 84.14987299987115,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 0.604960999917239,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 85.15127499983646,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 87.8113430000376,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 84.44790399982594,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 83.37359600001946,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 85.65012499992736,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 86.19668000005186,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 87.88795000012033,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private.js - {\"semi\":false}"
],
"duration": 88.07646899996325,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 0.6703669999260455,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 89.45480900001712,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 104.8076539998874,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 86.84974599978887,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 84.47760699992068,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 92.5948240000289,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 86.97975900000893,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 88.32309500011615,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"set.js - {\"semi\":false}"
],
"duration": 87.54011599998921,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 0.627862999914214,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 89.57401999994181,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 123.06339300004765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 86.46410700003617,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 87.8079419999849,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 89.74323699995875,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 89.45070799998939,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 91.2798920001369,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-async.js - {\"semi\":false}"
],
"duration": 90.95825899997726,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 0.6825689999386668,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 86.86534699983895,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 86.76563800009899,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 87.01056199986488,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 88.37219900009222,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 90.90355399996042,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 86.26908700005151,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 84.15817399998195,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-get.js - {\"semi\":false}"
],
"duration": 86.15837599989027,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 0.6208619999233633,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 91.50431500002742,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 91.28569300007075,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 86.53561399993487,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 88.41130300005898,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 97.91195899993181,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 89.98026100010611,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 89.70083200000226,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-set.js - {\"semi\":false}"
],
"duration": 87.57381900004111,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 0.674167999997735,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 88.2667890000157,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 90.95165800000541,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 90.53271699999459,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 87.447106000036,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 83.31859100004658,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 84.34951000008732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 88.2467900000047,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static-static.js - {\"semi\":false}"
],
"duration": 85.95593299996108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 0.6696750000119209,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 92.07001799996942,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 92.01041100011207,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 89.98918499983847,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 91.36613900004886,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 88.76904799998738,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 87.72273100004531,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 88.97177099995315,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"static.js - {\"semi\":false}"
],
"duration": 89.51293099997565,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 499679.65128700004,
"end": 502899.9266710001,
"runtime": 3220,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.6516729998402297,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 101.58438399992883,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 91.57036200002767,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 91.76448299991898,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 84.88441299996339,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 88.23778800014406,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 87.00835100002587,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 85.65439899987541,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 89.08438399992883,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 0.771586999995634,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 88.73114400007762,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 85.83711999980733,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 88.4690150001552,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 89.55463600018993,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 86.40448300004937,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 87.99956200015731,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 95.46289800014347,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js"
],
"duration": 89.42522099986672,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 0.6303700001444668,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 86.25496700010262,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 87.69572800002061,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 93.99223299999721,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 85.50718199997209,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 87.51000700006261,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 93.86661899997853,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 92.17993000010028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"tabWidth\":4}"
],
"duration": 85.217949999962,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 0.633471000008285,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 85.14004099997692,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 86.97014599991962,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 84.71459400001913,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 84.37485599983484,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 90.45733799994923,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 85.81511700013652,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 86.77422400005162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-functions.spec.js - {\"tabWidth\":4}"
],
"duration": 91.87319600000046,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 45,
"numPendingTests": 0,
"perfStats": {
"start": 503065.8549660001,
"end": 505567.76800300006,
"runtime": 2502,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 24,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 0.9341049999929965,
"failureMessages": [
"arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 89.60904200002551,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 94.49278899980709,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 2.0570300000254065,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 1.4622639999724925,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 1.3511510000098497,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-params.js"
],
"duration": 90.71616599988192,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.6386720000300556,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 84.54067400004715,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 88.1107029998675,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 1.8837909998837858,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 1.3484360000584275,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 1.3235339999664575,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 85.25972899980843,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 0.8642869999166578,
"failureMessages": [
"async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 85.9517989999149,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 86.07981200003996,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 2.2582279997877777,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 1.264928000047803,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 1.2894310001283884,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-arrow-params.js"
],
"duration": 85.2826309998054,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 0.636265000095591,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 87.05851099989377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 94.05641900002956,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 1.756876999977976,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 1.290731000015512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 1.3140330000314862,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bindings.js"
],
"duration": 87.96920399996452,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 0.6327640002127737,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 86.41574600012973,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 82.86948699993081,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.999201999977231,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.4148430000059307,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 1.4418460000306368,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-lhs.js"
],
"duration": 85.83538700011559,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 0.9175929999910295,
"failureMessages": [
"nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 85.44224700005725,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 86.06281000003219,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 1.9534970000386238,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 1.3162330000195652,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 1.2786290000658482,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-bindings.js"
],
"duration": 87.20572600001469,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 0.9580970001406968,
"failureMessages": [
"valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 57)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 84.73127499991097,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 91.29183899983764,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 1.8406859999522567,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 1.3386350001674145,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 1.3418359998613596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"valid-multiple-bindings.js"
],
"duration": 92.13402500003576,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 505724.290745,
"end": 506009.61022100004,
"runtime": 285,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 0.9012909999582916,
"failureMessages": [
"default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 3.1471190000884235,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 1.7481770000886172,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 1.1870199998375028,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 1.3691380000673234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 88.92699999990873,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"default-escaped.js"
],
"duration": 93.68228200008161,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 506178.59712399996,
"end": 506887.784201,
"runtime": 709,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.6539660000707954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 100.09162999992259,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 88.69838199997321,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 94.09531700005755,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 84.46030899998732,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 92.38892099983059,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 92.11939000012353,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 507048.03992400004,
"end": 507408.05471099995,
"runtime": 360,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.6405740000773221,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 96.716718000127,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 2.147946000099182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 1.2329410000238568,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 1.2700459999032319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 85.43422199995257,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 82.85872499994002,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 117,
"numPendingTests": 0,
"perfStats": {
"start": 507565.30698900006,
"end": 518432.16981,
"runtime": 10867,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 13,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 0.6435740001033992,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 102.88312699995004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 92.96018699998967,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 96.55119900009595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 97.48750700009987,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 103.35548099991865,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 108.4538679998368,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 91.34890200011432,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functional_compose.js"
],
"duration": 91.32189799984917,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 0.5862670000642538,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 88.757203000132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 85.64904600009322,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 85.34791100001894,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 93.55795600009151,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 92.80146800004877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 94.13302200008184,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 87.2717329999432,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"gobject_connect.js"
],
"duration": 89.86873200000264,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 0.6217720001004636,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 92.47963200020604,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 101.55437500006519,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 88.08802599995397,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 96.25626499997452,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 90.8589449999854,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 94.48886199994013,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 96.08624600013718,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow.js"
],
"duration": 93.52135100006126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 0.6057700000237674,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 95.6180920000188,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 87.5765680000186,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 84.74274199991487,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 89.37887499993667,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 91.86089599994011,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 99.94102800008841,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 98.9177240000572,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lodash_flow_right.js"
],
"duration": 91.99301500013098,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 0.6038619999308139,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 90.21883299993351,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 89.19542900007218,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 84.60595900006592,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 89.46385599998757,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 87.83218899997883,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 84.60936000011861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 85.45594600006007,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"mongo_connect.js"
],
"duration": 87.6353690000251,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 0.5789589998312294,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 102.70731099997647,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 92.78819599980488,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 95.67079099989496,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 102.83392399991862,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 90.42845500004478,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 87.77308399998583,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 95.05142799997702,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls-with-comments.js"
],
"duration": 90.51956399995834,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 0.5576569999102503,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 94.3066519999411,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 98.73850500001572,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 96.43476899992675,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 101.90763000003062,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 92.96331400005147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 94.26794799999334,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 92.28064400004223,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"pipe-function-calls.js"
],
"duration": 97.6424930000212,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 0.5762589999940246,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 104.01154499989934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 111.79924299987033,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 98.83091500005685,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 91.81059699994512,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 101.03524000011384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 102.95173600013368,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 92.52136900019832,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_compose.js"
],
"duration": 100.144048999995,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 0.5590570000931621,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 114.26505899988115,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 89.13882700004615,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 87.19632999994792,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 90.3969550000038,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 87.91200300003402,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 89.93050699983723,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 95.24024499999359,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ramda_pipe.js"
],
"duration": 87.75428700004704,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 0.5531560000963509,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 96.90661399997771,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 89.89680400001816,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 84.99430700019002,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 87.28393999999389,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 84.41294800001197,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 84.74248200003058,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 91.79819600004703,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_compose.js"
],
"duration": 89.61537599982694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 0.5919600001070648,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 86.75248599983752,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 93.22314100014046,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 87.61447299993597,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 83.7654830000829,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 83.51745799998753,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 89.88520299992524,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 90.87620300007984,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"redux_connect.js"
],
"duration": 87.14712500013411,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 0.5555559999775141,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 98.76470199995674,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 94.90311100007966,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 87.44835600000806,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 95.50817200005986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 87.61767300008796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 91.626779000042,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 89.05411799997091,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reselect_createselector.js"
],
"duration": 93.96951700001955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 0.720073000062257,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 95.59208099986427,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 92.27924500009976,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 90.13462799997069,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 86.66417600004934,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 95.04382500005886,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 93.71739099989645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 92.213739000028,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"rxjs_pipe.js"
],
"duration": 95.15133600006811,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 518596.3904409999,
"end": 519227.88059299986,
"runtime": 631,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"after-key.js"
],
"duration": 0.5824589999392629,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 91.9695139999967,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 85.56496499991044,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 90.3301480000373,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 93.69268800015561,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 86.84169399994425,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"after-key.js"
],
"duration": 89.78689300012775,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 40,
"numPendingTests": 0,
"perfStats": {
"start": 519388.8336929999,
"end": 523141.42284,
"runtime": 3753,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"functions.js"
],
"duration": 0.5792590000201017,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 91.82929899985902,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 92.1934370000381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 86.08961899997666,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 91.79959599999711,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 84.00050699990243,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js"
],
"duration": 86.16142600006424,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 1.3851409999188036,
"failureMessages": [
"objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 87.36754800006747,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 81.51495500002056,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 85.94820400001481,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 84.49075699993409,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 81.23432600009255,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js"
],
"duration": 84.58686599996872,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 0.6352639999240637,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 90.42235799995251,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 91.39995600003749,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 97.28135200007819,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 94.11783199990168,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 97.87451200000942,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js"
],
"duration": 100.07053400017321,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 0.6245629999320954,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 93.44016300002113,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 100.11543900007382,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 92.48966600000858,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 86.96100699994713,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 85.87219600006938,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"functions.js - {\"singleQuote\":true}"
],
"duration": 87.80399199994281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 0.8645879998803139,
"failureMessages": [
"objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 63)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 90.1377279998269,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 88.48296099994332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 83.9116980000399,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 87.56496799993329,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 85.1222200000193,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"objects.js - {\"singleQuote\":true}"
],
"duration": 88.45985899982043,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 0.6398640000261366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 89.88051600009203,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 84.62139400001615,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 85.52818399993703,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 91.01292799995281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 90.56428300007246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"strings.js - {\"singleQuote\":true}"
],
"duration": 106.6605799999088,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 70,
"numPendingTests": 0,
"perfStats": {
"start": 523292.95097,
"end": 529989.6423340001,
"runtime": 6697,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class.js"
],
"duration": 0.6752669999841601,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 106.49166300008073,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 95.52147500007413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 91.79780600010417,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 92.7561009998899,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 103.00271699996665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 96.26064900006168,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6104600001126528,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 91.60508699994534,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 87.12894199998118,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 85.38947000005282,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 87.40827100002207,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 89.23225099989213,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 86.0952399999369,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 0.6194609999656677,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 86.07673899992369,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 89.9822259999346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 88.84531200001948,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 91.37546400004067,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 96.1080330000259,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js"
],
"duration": 94.13393700006418,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 0.6110610000323504,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 108.54556699981913,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 99.02612200006843,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 95.81450499990024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 98.93711300007999,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 107.47005999996327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js"
],
"duration": 98.0061220000498,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 0.5953590001445264,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 85.2891599999275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 90.80160600016825,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 86.81571200001054,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 85.11394300009124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 85.94272499997169,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js"
],
"duration": 89.51337899989448,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 0.6677660001441836,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 144.06669000000693,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 98.4753680001013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 105.09432399994694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 99.24274400016293,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 99.89670899999328,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js - {\"semi\":false}"
],
"duration": 98.1868390000891,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 0.6162610000465065,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 92.67259200010449,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 92.54907999979332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 93.70899499999359,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 93.51107499981299,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 98.27474800008349,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js - {\"semi\":false}"
],
"duration": 97.54657599981874,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 0.6843679999001324,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 94.24254900007509,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 92.7103969999589,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 92.13203800003976,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 92.77350299991667,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 94.03242800012231,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue2006.js - {\"semi\":false}"
],
"duration": 88.23755299998447,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 0.6720659998245537,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 108.1771309999749,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 108.32584499986842,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 107.39075200003572,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 111.08591899997555,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 101.43846199987456,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-semi.js - {\"semi\":false}"
],
"duration": 102.60227699996904,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 0.5947589999996126,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 101.7879959999118,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 87.93352199997753,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 85.26045699999668,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 93.42266699997708,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 94.84660799987614,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"private-field.js - {\"semi\":false}"
],
"duration": 92.28375399997458,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 530147.604403,
"end": 531811.2674669999,
"runtime": 1664,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 0.6225620000623167,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 94.02262699999847,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 98.31955299992114,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 87.86471600015648,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 99.93322500004433,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 85.89273099997081,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 90.61211000010371,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 89.63301099999808,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function-invalid.js"
],
"duration": 90.74652500008233,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 0.6195629998110235,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 92.57481100014411,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 96.7537350000348,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 93.20727399992757,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 91.28507900005206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 88.78792600007728,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 94.83864099998027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 95.39559699990787,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow-function.js"
],
"duration": 90.0896580000408,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 21,
"numPendingTests": 0,
"perfStats": {
"start": 531986.526982,
"end": 533920.136637,
"runtime": 1934,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 0.6246640000026673,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 98.87895200005732,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 90.28407800011337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 90.07085599983111,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 92.05905800010078,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 89.37698499998078,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-name-clash.js"
],
"duration": 104.89386299997568,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 0.604861999861896,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 91.37768799997866,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 95.84104299987666,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 94.6767239999026,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 96.1460730000399,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 91.5948109999299,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keywords.js"
],
"duration": 91.45169600006193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 0.6136630000546575,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 2.711674999911338,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 100.82454900001176,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 91.66071700002067,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 106.57183300005272,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 108.30130900000222,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"octal-number.js"
],
"duration": 97.83604500000365,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 534080.32832,
"end": 534269.79968,
"runtime": 189,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export.js"
],
"duration": 0.9799000001512468,
"failureMessages": [
"export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 1.6100640001241118,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 1.2681279999669641,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 1.1325149999465793,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export.js"
],
"duration": 91.08715899987146,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 68)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 534454.9415999999,
"end": 534894.945527,
"runtime": 440,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 7,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 0.6600669999606907,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 6.062116999877617,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 1.2649290000554174,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 1.0257049999199808,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"avoid-conflicts-to-pipeline.js"
],
"duration": 113.39472700003535,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 1.0533070000819862,
"failureMessages": [
"intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 68)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 1.706472999881953,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 1.3361349999904633,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 1.201621999964118,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"intrinsic_call.js"
],
"duration": 95.78173699998297,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 69)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 535058.0554079999,
"end": 535242.9244,
"runtime": 185,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 0.9560970000457019,
"failureMessages": [
"throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 69)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 1.6773709999397397,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 1.2974320000503212,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 1.1853209999389946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"throw_expression.js"
],
"duration": 90.4764969998505,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 6,
"numPassingTests": 24,
"numPendingTests": 0,
"perfStats": {
"start": 535402.6749389999,
"end": 536575.746284,
"runtime": 1173,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 18,
"unchecked": 0,
"unmatched": 6,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"computed.js"
],
"duration": 0.915692999958992,
"failureMessages": [
"computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.8898920000065118,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.4381470000371337,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 1.3523369999602437,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"computed.js"
],
"duration": 94.14727000007406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.8762900000438094,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.7442770001944155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.190421000123024,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 1.1604180000722408,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 88.1689629999455,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 0.9726990000344813,
"failureMessages": [
"record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 1.625864999834448,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 1.3422360001131892,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 1.2082229999359697,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"record.js"
],
"duration": 94.58461500005797,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 1.0279039999004453,
"failureMessages": [
"shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 1.7165739999618381,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 1.3138340001460165,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 1.2515269999857992,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"shorthand.js"
],
"duration": 89.54380199988373,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.9313939998392016,
"failureMessages": [
"spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 1.5258550001308322,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 2.1085139999631792,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 1.2152230001520365,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 95.55411299993284,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 0.908593000145629,
"failureMessages": [
"syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 70)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 1.4352460000663996,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 1.1336149999406189,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 1.0870110001415014,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"syntax.js"
],
"duration": 100.27319299988449,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 16,
"numPendingTests": 0,
"perfStats": {
"start": 536741.0489869999,
"end": 537515.019762,
"runtime": 774,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 1.035704999929294,
"failureMessages": [
"block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 1.7777810001280159,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 1.2518279999494553,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 1.1837200000882149,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-comments.js"
],
"duration": 84.53969400003552,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 1.2050230000168085,
"failureMessages": [
"fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 1.6658699999097735,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 1.1616179998964071,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 1.1630189998541027,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"fsharp_style_pipeline_operator.js"
],
"duration": 96.21298000006936,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 1.3270339998416603,
"failureMessages": [
"hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 1.599362000124529,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 1.175319000147283,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 1.1143130001146346,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"hack_pipeline_operator.js"
],
"duration": 93.98895399994217,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 1.107213000068441,
"failureMessages": [
"minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 1.608263999922201,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 1.2548269999679178,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 1.168618000112474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"minimal_pipeline_operator.js"
],
"duration": 104.66253899992444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 537669.8124969999,
"end": 537850.469861,
"runtime": 181,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.8781890000682324,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 1.6759709999896586,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 1.310433000093326,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 1.1668179999105632,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 87.79272499983199,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 538014.45333,
"end": 538407.36107,
"runtime": 393,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 1.0813100000377744,
"failureMessages": [
"call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 1.8297860000748187,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 1.3278349998872727,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 1.1913209999911487,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-arguments.js"
],
"duration": 90.70861999993213,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.242625999962911,
"failureMessages": [
"do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.7477780000772327,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.2877299999818206,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 1.384840999962762,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"do.js"
],
"duration": 98.1743799999822,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 538569.6022859999,
"end": 538765.1701590001,
"runtime": 196,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 1.113787000067532,
"failureMessages": [
"pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 1.7444370000157505,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 1.372607999946922,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 1.2571990001015365,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"pipeline_own_line.js"
],
"duration": 99.18649700004607,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 538937.0158669999,
"end": 539139.045448,
"runtime": 202,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 0.9782760001253337,
"failureMessages": [
"async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.721034999936819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.1297889999113977,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 1.0405820000451058,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-do-expressions.js"
],
"duration": 91.68010599981062,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 4,
"numPendingTests": 0,
"perfStats": {
"start": 539308.222647,
"end": 539508.222368,
"runtime": 200,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 0.9038710000459105,
"failureMessages": [
"arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 1.8232430000789464,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 1.2817010001745075,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 1.1979940000455827,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrows-bind.js"
],
"duration": 99.38201199984178,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 7,
"numPendingTests": 0,
"perfStats": {
"start": 539670.1186940001,
"end": 540221.4926359999,
"runtime": 551,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"number.js"
],
"duration": 0.5799459998961538,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 2.007357999915257,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 90.40910700010136,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 92.40476400009356,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 89.95337099977769,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 90.08558099996299,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 90.90844599995762,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 540394.9274689999,
"end": 541291.830372,
"runtime": 897,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 0.7757609998807311,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 94.68884300021455,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 92.77569200005382,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 97.26594600011595,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 84.61865100008436,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.04268499999307,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 85.31590600009076,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 88.35744499997236,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing-commas.js - {\"trailingComma\":\"all\"}"
],
"duration": 92.33345800009556,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 541453.513281,
"end": 542233.657706,
"runtime": 780,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 0.9688760000281036,
"failureMessages": [
"cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 82.42807999998331,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 94.34321599989198,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 83.41195700014941,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 84.97267900011502,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 88.12152700009756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 86.769020000007,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 85.74034000001848,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"cursor-without-pragma.js - {\"requirePragma\":true}"
],
"duration": 85.59992900001816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 47,
"numPendingTests": 0,
"perfStats": {
"start": 542402.2429739999,
"end": 545098.224117,
"runtime": 2696,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 28,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.9698979998938739,
"failureMessages": [
"classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 1.7706799998413771,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 1.2144230001140386,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 86.27185099991038,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 90.52278100000694,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6242639999836683,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.9387960000894964,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 1.266728000016883,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 99.64750700001605,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 89.45247300015762,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.1812199999112636,
"failureMessages": [
"member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.8285850000102073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 1.2839300001505762,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-expression.js"
],
"duration": 96.56139399996027,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 0.6062609998043627,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 1.6588679999113083,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 1.2740289999637753,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 90.05333399982192,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"methods.js"
],
"duration": 91.22685300000012,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 0.5767579998355359,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 1.5444569999817759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 1.1438159998506308,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 84.00672000017948,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mixed.js"
],
"duration": 99.35137700010091,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 0.643465000204742,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 1.6605680000502616,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 1.2421259998809546,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 98.5414940000046,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"mobx.js"
],
"duration": 91.13134300010279,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 0.5946599999442697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 1.7265749999787658,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 1.2465269998647273,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 88.59578599990346,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiline.js"
],
"duration": 96.32617000001483,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.6746689998544753,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 1.6980720001738518,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 1.2730290000326931,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 89.55108199990354,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 87.90031599998474,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.6134620001539588,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 1.6449670000001788,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 1.241425999905914,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 94.12974700005725,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 88.17644299985841,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 0.6268639999907464,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 1.5815610000863671,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 1.177618999965489,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 88.17114200000651,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"redux.js"
],
"duration": 89.84441299992613,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 545259.448369,
"end": 546870.1405349999,
"runtime": 1611,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 0.6777689999435097,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 85.45216699992307,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 88.06913299998268,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 83.46986599988304,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 86.58018100005575,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 83.92021099990234,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 90.52088199998252,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 88.2350490000099,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"constructor.js - {\"printWidth\":120}"
],
"duration": 86.74769800016657,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 0.6351640000939369,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 95.8376209998969,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 88.24794999998994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 85.06692799995653,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 88.51217700005509,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 87.3750529999379,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 97.33024000003934,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 90.6625659998972,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7884.js - {\"printWidth\":120}"
],
"duration": 99.46205599978566,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 547026.2800210001,
"end": 547291.6162480001,
"runtime": 265,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"private-in.js"
],
"duration": 0.6170619998592883,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 1.5988620000425726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 1.233225000090897,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 83.47013900009915,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"private-in.js"
],
"duration": 89.52445200015791,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 547459.980471,
"end": 547722.805144,
"runtime": 263,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 0.579759000102058,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 1.6149639999493957,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 1.2445259999949485,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 82.83677599998191,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"duplicate_bindings.js"
],
"duration": 86.04019899992272,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 547882.734114,
"end": 548686.8301129999,
"runtime": 804,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 0.6163619998842478,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 87.57205400010571,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 88.96599499997683,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 91.5749590001069,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 86.61235699988902,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 88.55015300004743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 101.00551299983636,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 84.14490800001658,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"bug.js - {\"printWidth\":35}"
],
"duration": 86.29042399977334,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 548850.9969109999,
"end": 549572.027511,
"runtime": 721,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 0.6240630000829697,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 91.41274300008081,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 88.80997899989597,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 1.756578000029549,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-export.js"
],
"duration": 88.65436300006695,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 0.599259999813512,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 94.68447300000116,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 87.93789099995047,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 1.6223639999516308,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-string-names-import.js"
],
"duration": 88.24692200007848,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 5,
"numPendingTests": 0,
"perfStats": {
"start": 549737.544446,
"end": 550193.649661,
"runtime": 456,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 0.6545659999828786,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 87.9247899998445,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 92.34743699990213,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 96.08461400005035,
"failureMessages": [],
"fullName": "[babel] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel] format"
},
{
"ancestorTitles": [
"interfaces.js"
],
"duration": 89.70317000010982,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 87)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 550361.7356560001,
"end": 552066.441211,
"runtime": 1705,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object-property.js"
],
"duration": 0.8136819999199361,
"failureMessages": [
"object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 87)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 93.18392199999653,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 93.47165099997073,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 89.09530799998902,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 87.9084880000446,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 90.69446899998002,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 88.01989899994805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 85.65906099998392,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-property.js"
],
"duration": 93.01060399995185,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 0.586858999915421,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 91.67736900015734,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 91.63286500005051,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 90.86628700001165,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 85.62125699990429,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 89.04800299997441,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 87.12120799999684,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 91.41554299998097,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-value.js"
],
"duration": 99.9877100000158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 88)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 552252.1506879999,
"end": 553953.25738,
"runtime": 1701,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"await.js"
],
"duration": 0.6447650000918657,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 140.01125599979423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 90.08460800000466,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 88.38083600020036,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 92.07400900009088,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 93.58866200014018,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 86.91358699998818,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 85.45313999988139,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await.js"
],
"duration": 91.24132500006817,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 0.9026919999159873,
"failureMessages": [
"let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 88)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 101.94990799995139,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 92.15621799998917,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 94.69987499993294,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 89.15901499986649,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 85.58415300003253,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 92.23172500007786,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 95.26653199992143,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"let.js"
],
"duration": 90.52005199994892,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 89)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 554110.559884,
"end": 554954.909932,
"runtime": 844,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 1.00450100004673,
"failureMessages": [
"between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 89)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 89.01130000012927,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 96.91379800019786,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 101.14332599984482,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 88.26759900012985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 92.84738699998707,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 87.00130200013518,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 93.97940000006929,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"between-parentheses-and-function-body.js"
],
"duration": 91.34853699989617,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 555123.2539700001,
"end": 555953.001264,
"runtime": 830,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.6372640000190586,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 92.15361699997447,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 90.38624000013806,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 101.5723599998746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 92.60316199995577,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 87.55745800002478,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 89.09631199995056,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 89.85398799995892,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 89.53005499998108,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 556124.276496,
"end": 556935.585145,
"runtime": 811,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 0.5943589999806136,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 90.27082900004461,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 90.93979600002058,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 89.22432399983518,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 92.54395700013265,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 83.48135000001639,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 87.81818399997428,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 87.38854099996388,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"special-cases.js"
],
"duration": 90.047706999816,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 5,
"numPassingTests": 76,
"numPendingTests": 0,
"perfStats": {
"start": 557107.8331739999,
"end": 564655.4998,
"runtime": 7548,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 5,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 1.065906000090763,
"failureMessages": [
"expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 99.59026099997573,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 90.76287800003774,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 95.63096500001848,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 87.66016800003126,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 91.95229799998924,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 89.23702500015497,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 89.18672099988908,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expression-2nd-arg.js"
],
"duration": 92.09231099998578,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 0.9100910001434386,
"failureMessages": [
"issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 96.45694800000638,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 95.22582499985583,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 88.00160200009122,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 96.07310999999754,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 88.19372199987993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 91.54125700006261,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 88.99740200000815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-12892.js"
],
"duration": 86.72397499997169,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 0.7235730001702905,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 100.42054399987683,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 94.77728000003844,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 89.16421799990349,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 93.43194500007667,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 89.41934400005266,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 91.27282900013961,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 90.63786599994637,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-13237.js"
],
"duration": 97.9837009999901,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 0.6056609998922795,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 94.35253800009377,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 96.38154099998064,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 90.1065130000934,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 89.664269000059,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 91.9487969998736,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 96.11111399997026,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 92.12511500017717,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-14454.js"
],
"duration": 92.44854700006545,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 0.9353930000215769,
"failureMessages": [
"issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 86.06380799994804,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 86.90999300009571,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 94.6216649999842,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 91.68046999978833,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 92.15151700004935,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 92.86228800006211,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 102.8870909998659,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2456.js"
],
"duration": 91.23772500013001,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 0.902991000097245,
"failureMessages": [
"issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 88.70447300001979,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 93.88819099985994,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 97.18252100003883,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 106.79698199988343,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 96.68397100013681,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 88.93849599990062,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 93.04570600017905,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4401.js"
],
"duration": 88.00780300004408,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 0.9737970000132918,
"failureMessages": [
"issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 93.43184600002132,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 87.69267100002617,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 87.45314699993469,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 92.94019600003958,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 92.5871979999356,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 85.5226000000257,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 87.58067199983634,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5172.js"
],
"duration": 91.43499099998735,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.6028500001411885,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 85.5695040000137,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 87.01732499990612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 84.6889309999533,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 90.52661599987186,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 86.25786200002767,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 88.87827899982221,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 94.51994699984789,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 86.70909899985418,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.736360999988392,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 128.12903800001368,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 106.7328620001208,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 98.6287879999727,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 99.53456399985589,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 99.01392099983059,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 107.95146299991757,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 97.24457400012761,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 100.29782700003125,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 564823.417541,
"end": 565617.933907,
"runtime": 795,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.8944739999715239,
"failureMessages": [
"indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 91.34758400009014,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 87.1966399999801,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 86.82230899995193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 83.21710900007747,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 94.31383000011556,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 88.66016099997796,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 84.17188899987377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 88.42214100016281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 565787.823612,
"end": 566613.2063409999,
"runtime": 825,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.59375,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 97.83002300001681,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 90.31229899986647,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 86.6877969999332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 88.95478599984199,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 93.26584400003776,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 85.25437899981625,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 86.82340899994597,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 95.99656999995932,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 566786.8226559999,
"end": 568418.9398889999,
"runtime": 1632,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.5780580001883209,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 98.91920399991795,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 91.06311700004153,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 95.78459100006148,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 87.02411399991252,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 87.12942399992608,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 89.20713200001046,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 85.5666669998318,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 83.72328200004995,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.6193619999103248,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 79.77468700008467,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 84.31114199990407,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 81.11942199990153,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 84.12292200000957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 83.7105819999706,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 81.78258899995126,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 86.4299540000502,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 87.35564700001851,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 568591.3481519999,
"end": 569354.8524989999,
"runtime": 764,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 0.6165610000025481,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 82.46905800001696,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 93.16412900015712,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 83.05891599995084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 84.90870200004429,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 82.42365300003439,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 82.39234900008887,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 83.15502599999309,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"update_expression.js"
],
"duration": 80.40815100003965,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 569516.9885329999,
"end": 571765.2764529999,
"runtime": 2248,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 0.5573559999465942,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 80.65747600002214,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 81.52056199987419,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 87.06011700001545,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 79.78608900005929,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 83.32744299992919,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 80.39304900006391,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 84.34214499988593,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"combining-characters.js"
],
"duration": 81.20433000009507,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 0.5622560000047088,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 80.45305599994026,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 81.59536999999546,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 86.4878589999862,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 78.35277300002053,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 78.77421399997547,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 81.76560700009577,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 94.38664199993946,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"keys.js"
],
"duration": 85.04072799999267,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 0.6058590000029653,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 87.66938500013202,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 88.02151899994351,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 82.83971199998632,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 82.52978099999018,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 80.6722000001464,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 82.02013200009242,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 84.60348499985412,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nbsp-jsx.js"
],
"duration": 83.26905400003307,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 571924.6473589999,
"end": 573708.5129399999,
"runtime": 1784,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.8059789999388158,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 172.97663799999282,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 114.50611299998127,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 99.79097199998796,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 102.84517099987715,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 98.39683500002138,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 100.63505399995483,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 106.76235399977304,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 122.92143699992448,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 0.6121600000187755,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 83.10683800000697,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 84.4294669998344,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 85.32275500008836,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 81.06233800016344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 80.53558599995449,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 83.80540700000711,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 87.13953300006688,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"urnary_expression.js"
],
"duration": 89.82529600011185,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 573873.4209879999,
"end": 575409.072363,
"runtime": 1536,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"object.js"
],
"duration": 0.6324619997758418,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 83.53257999988273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 80.13024600013159,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 89.83289600000717,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 82.89881799998693,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 81.8390130000189,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 81.89841899997555,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 82.84701200015843,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 85.1039340000134,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 0.7070689999964088,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 86.97841700003482,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 83.31635900004767,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 88.91440699994564,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 89.75998899992555,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 83.09633699990809,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 85.45736799994484,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 86.02402400015853,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"series.js"
],
"duration": 86.51287099998444,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 575577.189226,
"end": 577887.575365,
"runtime": 2310,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"catch.js"
],
"duration": 0.6065589999780059,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 85.18194099981338,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 83.13464100006968,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 84.66349099995568,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 90.54566699988209,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 89.03131800005212,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 89.02831800002605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 88.67468399996869,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"catch.js"
],
"duration": 89.69888299982995,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.5896579998079687,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 84.68559200013988,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 84.34005900006741,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 84.17144299997017,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 86.18494000006467,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 84.71709599997848,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 86.0004210001789,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 84.44967000000179,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 82.18614699994214,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 0.595558000029996,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 81.2801600000821,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 86.7898980001919,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 83.56848300015554,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 82.01753200008534,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 84.54957899986766,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 83.93871899996884,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 83.9201170001179,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try.js"
],
"duration": 85.60888299997896,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 578065.266565,
"end": 580525.324505,
"runtime": 2460,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.6653650000225753,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 104.14059800002724,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 92.24803299992345,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 100.64125500014052,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 99.60615399992093,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 92.0962939998135,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 88.8391990000382,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 92.63053600001149,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 90.03630500007421,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.5991540001705289,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 91.24881300004199,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 88.27624899987131,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 86.9974350000266,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 89.36704599997029,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 88.78399399993941,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 91.10800099978223,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 87.19655300001614,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 93.81154100014828,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.6161549999378622,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 90.0954100000672,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 85.73682399978861,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 86.65750500001013,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 84.50481300009415,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 91.08869799994864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 87.27255899994634,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 83.98826800007373,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 91.81616300018504,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "css-prop.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `css-prop.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -34,35 +34,28 @@\n function SomeComponent(props) {\n // Create styles as if you're calling css and the class will be applied to the component\n return (\n <div\n css={`\n - color: blue;\n - font-size: 17 px;\n + color: blue;\n + font-size: 17 px;\n \n - &:hover {\n - color: green;\n - }\n + &:hover {\n + color: green;\n + }\n \n - & .some-class {\n - font-size: 20px;\n - }\n - `}\n + & .some-class {\n + font-size: 20px;\n + }\n + `}\n >\n This will be blue until hovered.\n <div className=\"some-class\">This font size will be 20px</div>\n </div>\n );\n }\n \n const TestComponent = ({ children, ...props }) => (\n - <div\n - css={`\n - color: white;\n - background: black;\n - `}\n - >\n - {children}\n - </div>\n + <div css={`color: white; background: black`}>{children}</div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 61,
"numPendingTests": 0,
"perfStats": {
"start": 580688.8693469999,
"end": 586515.8439669999,
"runtime": 5827,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 3,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": [
"styled-components-with-expressions.js format 1",
"styled-jsx.js format 1",
"styled-jsx-with-expressions.js format 1"
]
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 0.7219640000257641,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 86.43228399986401,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 86.58599899988621,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 83.81445200019516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 84.58802100014873,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 88.31525300000794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 85.70862000016496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 88.45986499986611,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary-exporessions.js"
],
"duration": 89.96779899997637,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 0.6133550000376999,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 86.87752400012687,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 87.86841299990192,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 85.11906900000758,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 85.96824299986474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 87.85471099987626,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 84.94565300014801,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 90.22432200005278,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expressions.js"
],
"duration": 86.03475000010803,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 1.02239100006409,
"failureMessages": [
"css-prop.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `css-prop.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -34,35 +34,28 @@\n function SomeComponent(props) {\n // Create styles as if you're calling css and the class will be applied to the component\n return (\n <div\n css={`\n - color: blue;\n - font-size: 17 px;\n + color: blue;\n + font-size: 17 px;\n \n - &:hover {\n - color: green;\n - }\n + &:hover {\n + color: green;\n + }\n \n - & .some-class {\n - font-size: 20px;\n - }\n - `}\n + & .some-class {\n + font-size: 20px;\n + }\n + `}\n >\n This will be blue until hovered.\n <div className=\"some-class\">This font size will be 20px</div>\n </div>\n );\n }\n \n const TestComponent = ({ children, ...props }) => (\n - <div\n - css={`\n - color: white;\n - background: black;\n - `}\n - >\n - {children}\n - </div>\n + <div css={`color: white; background: black`}>{children}</div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 100.23241199995391,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 93.83384300000034,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 92.36811300017871,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 88.95540900016204,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 96.02683799993247,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 93.03027099999599,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 92.3499109998811,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"css-prop.js"
],
"duration": 106.07703199982643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 0.6055540000088513,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 113.0672529998701,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 100.91267200000584,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 100.55654100002721,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 97.1273359998595,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 92.21289900015108,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 118.20010900008492,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 96.98042200016789,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expressions.js"
],
"duration": 96.67539500002749,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 1.2730129999108613,
"failureMessages": [
"indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 102)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 103.09906599996611,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 107.14042600011453,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 93.42350600007921,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 92.12139099999331,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 91.72485500015318,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 98.1867299999576,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 92.88215800002217,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indention.js"
],
"duration": 94.59057100000791,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 0.6137600000947714,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 99.03449099999852,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 90.56716199987568,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 88.31594299990684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 103.92087000003085,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 86.32194699998945,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 85.45196200022474,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 84.00942000001669,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-expressions.js"
],
"duration": 94.58935600006953,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 0.593358000041917,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 95.01739799999632,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 87.25843899999745,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 89.2554339999333,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 84.675285999896,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 84.0778280000668,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 91.11581599991769,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 89.24223299999721,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence-expressions.js"
],
"duration": 84.65108300000429,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 103)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 53,
"numPendingTests": 0,
"perfStats": {
"start": 586695.678379,
"end": 591589.990347,
"runtime": 4894,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6504569998942316,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 103.54686999996193,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 90.61143600009382,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 91.36430200003088,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 88.19072399986908,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 86.71809499990195,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 86.8634079999756,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 90.75784899992868,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 93.45558499987237,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 1.0564929998945445,
"failureMessages": [
"comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 103)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 87.85719500016421,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 94.15244699991308,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 90.09749099984765,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 92.06866399990395,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 88.28003200003877,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 99.16088499990292,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 85.31487300014123,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments2.js"
],
"duration": 88.84368099994026,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 0.5844510002061725,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 88.69346799980849,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 85.67930399999022,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 87.7117820000276,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 88.76907499996014,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 93.4301830001641,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 90.10119200008921,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 90.10739200003445,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_lines.js"
],
"duration": 94.92251400020905,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 0.5582489999942482,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 85.18406100012362,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 89.0409979999531,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 87.07562700007111,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 89.64575200015679,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 86.34766299999319,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 93.17506000003777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 96.919087999966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_statement.js"
],
"duration": 83.48321200022474,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 0.5716500000562519,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 96.89018599991687,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 101.18906300002709,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 82.83435499994084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 82.66874000011012,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 91.45891000004485,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 82.09058999991976,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 85.74450900009833,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_switch.js"
],
"duration": 90.81935500004329,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 0.5714500001631677,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 92.752623999957,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 95.48296299995854,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 87.55456900014542,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 98.67704300000332,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 89.39773000008427,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 93.90612499997951,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 89.52554099983536,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"switch.js"
],
"duration": 94.60738599998876,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 591791.99784,
"end": 592610.9120850001,
"runtime": 819,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"spread.js"
],
"duration": 0.6198599999770522,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 91.99026699992828,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 84.52024800004438,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 85.50114199984819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 82.88519000005908,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 83.84598199999891,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 89.0240810001269,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 83.86258399998769,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"spread.js"
],
"duration": 87.40712599991821,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 25,
"numPendingTests": 0,
"perfStats": {
"start": 592776.4289399999,
"end": 595115.4903650001,
"runtime": 2339,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export-default.js"
],
"duration": 0.6177589998114854,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 87.25621099979617,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 84.76597099984065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 97.71981999999844,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 85.52434499980882,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 87.75795900006779,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 94.45440499996766,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 88.69585000001825,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export-default.js"
],
"duration": 88.6214429999236,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 0.9051879998296499,
"failureMessages": [
"ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 7\n + Received + 1\n \n @@ -17,15 +17,9 @@\n ;\n \n =====================================output=====================================\n +(\n // prettier-ignore\n - ((\n - first\n - )\n - ,\n - (\n - last\n - ))\n + (first, last)\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 82.97479799995199,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 85.48044000007212,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 84.67636299994774,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 83.00730200018734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 84.67036199988797,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 82.90749199991114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 81.58846499980427,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore.js"
],
"duration": 81.03131099999882,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 1.0653029999230057,
"failureMessages": [
"parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 105)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 97.1361630000174,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 85.80907200020738,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 79.94790900009684,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 87.9744279999286,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 87.40527499979362,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 91.73268499993719,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 86.71670999983326,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesized.js"
],
"duration": 85.37268300005235,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 595283.9256109999,
"end": 596148.0009159999,
"runtime": 864,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.7950750000309199,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 109.55917300004512,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 95.38983100000769,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 90.99741500010714,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 87.02153899986297,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 90.3875569999218,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 97.68134699994698,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 87.99853099999018,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 96.26141299982555,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 596325.209893,
"end": 597999.693723,
"runtime": 1674,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.6051580000203103,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 96.82446700008586,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 104.31437599984929,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 96.86317100003362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 87.8414159999229,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 89.76399799995124,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 93.21972499997355,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 93.70297199999914,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 97.75895499996841,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.6292600000742823,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 101.58941800007597,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 97.72445100010373,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 88.66589399985969,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 90.05412600003183,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 86.70430799992755,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 86.06514799990691,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 88.25315599981695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 93.57025799993426,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 598174.3776609999,
"end": 600633.332659,
"runtime": 2459,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 0.5729539999738336,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 94.42733999993652,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 97.16269799997099,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 91.75428700004704,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 88.23515299987048,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 85.06795300007798,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 93.70427100011148,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 105.72820900008082,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"named-amd-module.js"
],
"duration": 95.9113799999468,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 0.6806640001013875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 89.24514899984933,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 91.340547000058,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 85.49279399984516,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 85.83932700008154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 86.55339400004596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 89.0464309998788,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 93.59576199995354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"non-amd-define.js"
],
"duration": 95.82927299989387,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 0.5995569999795407,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 88.95712200016715,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 90.81079700007103,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 90.5044690000359,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 90.89580499986187,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 84.8950369998347,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 92.86209199996665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 82.92695100000128,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 92.35794300003909,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 600802.45397,
"end": 601631.5015589999,
"runtime": 829,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"require.js"
],
"duration": 0.9737919999752194,
"failureMessages": [
"require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 101.61691999994218,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 92.2176300000865,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 87.34446899988689,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 90.06762699992396,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 85.56180100003257,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 87.86431900016032,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 89.90111099998467,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"require.js"
],
"duration": 94.56285299989395,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 25,
"numPassingTests": 308,
"numPendingTests": 0,
"perfStats": {
"start": 601816.085235,
"end": 631492.87177,
"runtime": 29677,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 25,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"array.js"
],
"duration": 1.552246999926865,
"failureMessages": [
"array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 90.3089499999769,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 95.47753900010139,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 90.88650400005281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 91.7773889999371,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 91.08962400001474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 89.70779299992137,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 90.06452700006776,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"array.js"
],
"duration": 93.8732190001756,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 1.270122000016272,
"failureMessages": [
"boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 95.62775099999271,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 93.40503699984401,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 92.44964400003664,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 99.21109799994156,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 92.5326509999577,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 89.864993999945,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 86.45906400005333,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-2.js"
],
"duration": 94.53534499998204,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 1.0795050000306219,
"failureMessages": [
"boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 97.72435400006361,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 94.86757800006308,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 93.16301300004125,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 88.61957299988717,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 87.06832300010137,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 86.44806299987249,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 89.21283100009896,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary-3.js"
],
"duration": 88.94620499992743,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 1.3888340000994503,
"failureMessages": [
"boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 86.3091490000952,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 88.00691300001927,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 93.80717499996535,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 93.93818799988367,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 94.53914600005373,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 93.1755140000023,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 92.61245999997482,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 96.7374589999672,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 1.1267089999746531,
"failureMessages": [
"class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 90.94659800012596,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 86.96231200010516,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 85.59938100003637,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 89.66117400000803,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 91.792679999955,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 92.34053299995139,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 88.33484499994665,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-declaration.js"
],
"duration": 88.02171500003897,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 1.2000160000752658,
"failureMessages": [
"different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 88.96900699986145,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 92.66386400000192,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 84.97032000008039,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 95.23061199998483,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 87.34385000006296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 90.24663099995814,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 89.47245599981397,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"different-levels.js"
],
"duration": 87.93180699995719,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 1.0615029998589307,
"failureMessages": [
"directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 99.25400199997239,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 88.29584200005047,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 88.2380369999446,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 86.54117199988104,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 87.40215500001796,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 85.9678169998806,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 105.5071070000995,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"directive.js"
],
"duration": 91.4249449998606,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 1.0981060001067817,
"failureMessages": [
"function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 92.13121300004423,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 86.42196099995635,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 87.86800099979155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 87.69178300001658,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 88.28164000017568,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 87.32664799992926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 86.2088399999775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body.js"
],
"duration": 97.47432999988087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 0.9683939998503774,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 93.69436399987899,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 89.42215100000612,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 87.65748099982738,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 90.2435299998615,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 92.58445700001903,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 87.76989099988714,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 89.01101100002415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-declaration.js"
],
"duration": 91.99629999999888,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 1.4176370000932366,
"failureMessages": [
"ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 86.92741000000387,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 92.81057800003327,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 91.76127699995413,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 84.66078999987803,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 93.41793700004928,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 96.27391400001943,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 95.94708199985325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ignore-indentation.js"
],
"duration": 94.27912099985406,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 0.821680000051856,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 91.69677100004628,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 91.98219899996184,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 88.52066300017759,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 90.5655610000249,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 95.57774599990807,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 90.24020799994469,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 84.65600900002755,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-1.js"
],
"duration": 87.87801700015552,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 0.8790849999058992,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 96.33462700014934,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 87.71890199999325,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 85.78981700004078,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 87.39306999999098,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 87.39587100013159,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 88.33286099997349,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 93.03011100017466,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3789-2.js"
],
"duration": 97.66065400000662,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 0.83597999997437,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 85.94283100008033,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 89.4856710000895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 88.7671019998379,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 88.61628800001927,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 95.8825829999987,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 88.54678100021556,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 86.79651300003752,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-1.js"
],
"duration": 85.25166499987245,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 0.8627820000983775,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 85.53129199985415,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 85.757813999895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 83.77992499992251,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 84.26006999984384,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 88.11443999991752,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 96.66575899999589,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 92.3004409999121,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-2.js"
],
"duration": 85.29166899994016,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 0.8548820000141859,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 84.1299580000341,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 86.38417400000617,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 85.27726799994707,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 83.15786499995738,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 80.65082400012761,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 89.2759509999305,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 85.967534000054,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-3.js"
],
"duration": 85.81932000000961,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 0.770873999921605,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 84.31257600011304,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 91.46735999989323,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 86.67000199994072,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 86.8588189999573,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 86.52128700003959,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 89.62878499994986,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 87.89821899984963,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4206-4.js"
],
"duration": 91.06162200006656,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 1.0944050000980496,
"failureMessages": [
"issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 89.55357800005004,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 88.41896799998358,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 82.82823299989104,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 86.47738300007768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 85.45048400014639,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 88.09423699998297,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 83.56990499980748,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7082.js"
],
"duration": 86.11094800010324,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 0.8382800000254065,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 83.4693950000219,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 86.263061999809,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 89.4332660001237,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 91.51546599995345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 91.12142800004221,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 89.2584490000736,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 88.80450599989854,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"large-dict.js"
],
"duration": 87.37927000015043,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 1.319825999904424,
"failureMessages": [
"module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 89.73919500014745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 86.32746900012717,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 88.70189599995501,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 94.43954499997199,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 88.3121589999646,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 88.43846999993548,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 90.51866999990307,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export1.js"
],
"duration": 87.53238300001249,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 1.1104059999343008,
"failureMessages": [
"module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 89.00002499995753,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 87.6677970001474,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 87.85131400008686,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 86.44877999997698,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 84.52049600007012,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 83.57040400011465,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 87.78200799995102,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export2.js"
],
"duration": 86.31366700003855,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 1.2375189999584109,
"failureMessages": [
"module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 87.05043799988925,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 91.7470879999455,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 82.50120200007223,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 85.22696300013922,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 83.18216700013727,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 89.29695299989544,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 84.99514399981126,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-export3.js"
],
"duration": 83.58213700004853,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 1.1757050000596792,
"failureMessages": [
"module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 99.72567299986258,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 90.3024349999614,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 92.38611999992281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 81.90418700012378,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 90.5465569999069,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 86.3399830001872,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 85.99675099994056,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"module-import.js"
],
"duration": 84.46651499997824,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 1.1268009999766946,
"failureMessages": [
"multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 97.19704799982719,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 102.7507429998368,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 98.76848800014704,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 88.18654600018635,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 97.94851500005461,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 92.42622400005348,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 92.21450500003994,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements.js"
],
"duration": 95.7915229999926,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 1.1960070000495762,
"failureMessages": [
"multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 95.90923399990425,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 101.94787100004032,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 91.40743299992755,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 94.57041499996558,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 88.7465960001573,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 87.48058400000446,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 86.4417910000775,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple-statements2.js"
],
"duration": 93.14768799999729,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 0.8380750000942498,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 91.75576400011778,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 84.22559400019236,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 89.46065999986604,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 87.15435500000603,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 83.10409400006756,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 87.86501700012013,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 84.17788999993354,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-print-width.js"
],
"duration": 87.59469399997033,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.7628679999615997,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 84.38790900004096,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 86.229171999963,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 89.60107299988158,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 95.21497200010344,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 90.6598670000676,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 86.23237299988978,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 89.28034300007857,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 87.41877799993381,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 1.0591939999721944,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 86.17486699996516,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 86.56070199981332,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 94.18937999987975,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 89.83089299988933,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 83.08409300004132,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 86.21977199986577,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 85.05086800013669,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 88.96441600006074,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 1.0438929998781532,
"failureMessages": [
"nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 89.72088299994357,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 85.12957400013693,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 86.00756800011732,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 82.98799900012091,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 88.4746210000012,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 82.28673200006597,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 85.32302199979313,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested3.js"
],
"duration": 86.35621999995783,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 0.872482999926433,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 102.04851400014013,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 86.23210799996741,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 84.53084599995054,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 83.8857849999331,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 90.89875199995004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 87.21770099992864,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 91.8173400000669,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression.js"
],
"duration": 88.2671019998379,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 1.1627110000699759,
"failureMessages": [
"object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 87.27400700002909,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 92.99195100017823,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 85.57004499994218,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 83.26512600015849,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 90.43480799999088,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 91.64352299994789,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 87.71944999997504,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object-expression2.js"
],
"duration": 85.97358400002122,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 1.123706999933347,
"failureMessages": [
"range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 84.10400500008836,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 83.77567399991676,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 84.25281900004484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 84.80747199989855,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 83.2323219999671,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 88.6435370000545,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 87.90013600001112,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-end.js"
],
"duration": 82.65691199991852,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 1.1535159999039024,
"failureMessages": [
"range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 83.82462899992242,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 86.51910100015812,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 91.52260300004855,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 101.03626000019722,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 94.4837009999901,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 89.7495250001084,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 84.360382999992,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range-start.js"
],
"duration": 85.70601800014265,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 1.2154220000375062,
"failureMessages": [
"range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 84.05775299994275,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 94.20737299998291,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 94.51460400014184,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 82.02494899998419,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 81.71591699984856,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 87.58350700000301,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 86.99074700009078,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"range.js"
],
"duration": 86.63231200003065,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 1.1255129999481142,
"failureMessages": [
"reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 84.32058000005782,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 85.65141300018877,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 84.38468499993905,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 81.71481699985452,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 86.98334700008854,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 84.54970200010575,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 85.02934999996796,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reversed-range.js"
],
"duration": 86.46709499997087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 1.0397039998788387,
"failureMessages": [
"start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 85.70061800000258,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 83.00794699997641,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 81.92083800002001,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 86.84163299994543,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 84.42089000018314,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 82.65291099995375,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 87.48049700004049,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"start-equals-end.js"
],
"duration": 90.38008899986744,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 0.8272830001078546,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 88.6886180001311,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 89.84463399997912,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 88.6389130000025,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 84.25107200001366,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 89.50319999991916,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 90.21877200016752,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 86.66931600007229,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"try-catch.js"
],
"duration": 85.49519799998961,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 1.1105110000353307,
"failureMessages": [
"whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 110)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 91.84403500007465,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 89.23867399990559,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 89.88253900012933,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 96.55260900012217,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 91.5237040000502,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 88.76722600008361,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 86.22787099983543,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"whitespace.js"
],
"duration": 91.80263100005686,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 631799.330186,
"end": 635188.892347,
"runtime": 3390,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 0.8532849999610335,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 100.56831300002523,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 101.58901600004174,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 100.90994699997827,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 99.33228900004178,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 96.02887100004591,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 89.75867399992421,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 94.26360499998555,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"argument-list.js"
],
"duration": 92.71325599984266,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.5667540000285953,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 91.41303199995309,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 97.68553100014105,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 87.71377900009975,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 86.43265699991025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 94.85516199981794,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 85.13403200008906,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 86.97980899992399,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 85.67648399993777,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 0.5951559999957681,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 104.71650299988687,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 94.00688000000082,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 93.96087499987334,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 93.7178520001471,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 90.0602029999718,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 89.1945199999027,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 90.4336389999371,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member-chain.js"
],
"duration": 100.31558300019242,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 0.613658000016585,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 109.57716799993068,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 96.88995500002056,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 90.8489319998771,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 99.81328499992378,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 94.32086800015531,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 89.71513499994762,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 100.83077999996021,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parameter-list.js"
],
"duration": 95.1425449999515,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 635376.997232,
"end": 637153.588662,
"runtime": 1777,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 0.6814640001393855,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 135.93488000007346,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 106.92885300004855,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 97.26564500015229,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 95.84000999992713,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 102.0978990001604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 110.9194290000014,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 98.32574400003068,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested-real.js"
],
"duration": 110.11665300000459,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.5864550000987947,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 94.22055800003,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 91.26668099989183,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 84.009798000101,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 88.76924600009806,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 90.14557499997318,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 92.15666499990039,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 89.7541379998438,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 94.00643799989484,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 637343.242092,
"end": 639997.2602139999,
"runtime": 2654,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"chaining.js"
],
"duration": 1.1767110000364482,
"failureMessages": [
"chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 117.21552000008523,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 120.53133200015873,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 104.3919140000362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 97.83319799997844,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 97.8725010000635,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 108.49249999993481,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 109.02645000000484,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chaining.js"
],
"duration": 119.54823899990879,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 0.6123579998966306,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 91.37199099990539,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 88.39091100008227,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 89.57842099992558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 94.91122299991548,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 94.88972099986859,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 87.37471499992535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 88.66253599990159,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comments.js"
],
"duration": 86.33511699992232,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 0.6714630001224577,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 94.16355299996212,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 82.40974799985997,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 89.46851100004278,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 87.17429599980824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 82.2891369999852,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 85.90197600005195,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 86.52353500016034,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"eval.js"
],
"duration": 83.82228099997155,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 640185.726133,
"end": 640935.603435,
"runtime": 750,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 0.5488509999122471,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 79.18164400011301,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 84.56254999991506,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 81.86109699984081,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 82.65347100002691,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 78.94912200002,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 82.51935800001957,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 86.01508700009435,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"optional_catch_binding.js"
],
"duration": 83.07781100017019,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 641117.1017979999,
"end": 644295.6917770001,
"runtime": 3179,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.5790539998561144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 89.27979400008917,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 84.96078799990937,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 85.14940500003286,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 87.91906600003131,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 84.2409200000111,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 84.02009899984114,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 86.66084799985401,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 84.39513400010765,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 0.5923560000956059,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 84.94058499997482,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 95.59388800011948,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 97.2316409999039,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 86.24470800021663,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 83.0318060000427,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 81.99941000016406,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 83.0470080000814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"long-value.js"
],
"duration": 85.9660819999408,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 0.5757529998663813,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 89.90556500013918,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 85.74527799990028,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 83.3001510000322,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 85.84568700008094,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 88.59054300002754,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 85.36704199993983,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 88.85496699996293,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"short-keys.js"
],
"duration": 86.21932200016454,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 0.5785540000069886,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 93.75332300015725,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 93.57220599986613,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.8282650001347,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 97.16594099998474,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 85.9204940001946,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 102.55194200016558,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 96.89741600002162,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 89.47012399998493,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 644470.4980409999,
"end": 645269.796611,
"runtime": 799,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 0.6119570001028478,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 88.53873700019903,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 95.61399700003676,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 86.97139199986123,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 85.94919700012542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 87.30222299997695,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 89.42732000001706,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 87.13860800000839,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nullish_coalesing_operator.js"
],
"duration": 87.56514700013213,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 645444.0337230001,
"end": 647854.3629889999,
"runtime": 2410,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.5712530000600964,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 88.83316499995999,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 89.87256199982949,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 91.32859799987637,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 91.6279260001611,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 89.35661399993114,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 86.4325419999659,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 92.89394299988635,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 86.53615100006573,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 0.5849540000781417,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 88.34121900005266,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 96.7455009999685,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 94.52219499996863,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 94.06275200005621,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 83.64368300000206,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 84.8384940000251,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 85.74357799999416,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new_expression.js"
],
"duration": 88.43232799996622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 0.6749629999976605,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 93.0030539999716,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 91.19728600000963,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 87.46553899999708,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 85.3425410001073,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 86.72286899993196,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 88.5718409998808,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 87.75736499996856,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"with-member-expression.js"
],
"duration": 87.29032199992798,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 648042.317376,
"end": 650447.8994009999,
"runtime": 2406,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.58805499994196,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 86.18981899996288,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 90.07168100005947,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 82.02603200008161,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 90.15528799989261,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 84.70768200000748,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 84.79298899997957,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 84.34224799997173,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 83.64838300016709,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 0.6155580000486225,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 103.57543799979612,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 92.2945869998075,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 86.48374700010754,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 91.48931200010702,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 92.09746899991296,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 91.42090600007214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 91.7267349998001,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expand.js"
],
"duration": 97.57317800004967,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 0.5736530001740903,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 91.42720700008795,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 87.72056200006045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 84.73708399990574,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 82.12964199995622,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 83.96631300006993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 86.81517800013535,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 91.70773299993016,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical.js"
],
"duration": 92.54761100001633,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 650618.749497,
"end": 652265.9403159999,
"runtime": 1647,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 0.5935569999273866,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 93.66821000003256,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 91.94204699993134,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 87.20959600014612,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 94.59679799992591,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 93.06535299983807,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 91.53300700010732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 94.47828699997626,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7024.js"
],
"duration": 85.1530999999959,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 0.5804550000466406,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 92.90603800001554,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 91.02285899990238,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 85.90337199997157,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 95.62099600001238,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 92.48949800012633,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 86.90846700011753,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 88.51551999989897,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical_expression_operators.js"
],
"duration": 94.83992099994794,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 652447.085448,
"end": 653376.8820949999,
"runtime": 930,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 0.5701550000812858,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 101.08881599991582,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 158.944319000002,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 94.23836499988101,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 94.05164700001478,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 95.92202499997802,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 98.99721699999645,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 97.02292999997735,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"logical-assignment.js"
],
"duration": 93.28737400006503,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 653610.720239,
"end": 654405.0340989999,
"runtime": 794,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.6791650000959635,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 87.26410100003704,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 93.4775920000393,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 86.13329300004989,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.31120099988766,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 80.10192000004463,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 83.78387000015937,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 90.22968300012872,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 82.98969499999657,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 654596.3842019999,
"end": 655385.7175879999,
"runtime": 789,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"boundary.js"
],
"duration": 0.6252600001171231,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 89.32169699994847,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 91.38929400010966,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 88.94316099979915,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 83.88487900001928,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 82.35363399982452,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 87.85725699993782,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 87.48452200018801,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"boundary.js"
],
"duration": 82.46224400005303,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 655561.7932369999,
"end": 656325.588194,
"runtime": 764,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"windows.js"
],
"duration": 0.5468520000576973,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 86.48452699999325,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 86.21200100006536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 83.4375370000489,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 84.3743259999901,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 79.98560899985023,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 83.07510200003162,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 82.49604699993506,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"windows.js"
],
"duration": 87.3966139999684,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 656500.0156859999,
"end": 658754.139026,
"runtime": 2254,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 0.5902559999376535,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 85.49673300003633,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 81.12241699988954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 83.43923699995503,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 81.70677300007083,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 87.97666899999604,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 82.88388399989344,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 85.38362199999392,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"block-statement-and-regexp.js"
],
"duration": 88.12248299992643,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.6078579998575151,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 83.06200199993327,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 81.79068000009283,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 81.53725599986501,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 81.5406569999177,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 85.25130999996327,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 82.03660400002263,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 83.0561999999918,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 82.09140900010243,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 0.5718549999874085,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 80.4444520000834,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 81.82108299992979,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 81.02920800005086,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 81.46214900002815,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 86.3114100000821,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 78.96011099987663,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 81.01630700007081,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_label.js"
],
"duration": 82.71738400007598,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 658924.326859,
"end": 659714.906693,
"runtime": 791,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 0.6042530001141131,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 84.95180399995297,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 87.76345199998468,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 81.60130800004117,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 83.99791999999434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 90.64920699992217,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 90.96053399983793,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 87.31311300001107,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"import_meta.js"
],
"duration": 89.28058700007387,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 126)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 44,
"numPendingTests": 0,
"perfStats": {
"start": 659906.7732409999,
"end": 664173.4332239999,
"runtime": 4267,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 0.5430479999631643,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 87.68144499999471,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 83.64088799990714,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 84.4473599998746,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 90.92143100011162,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 83.40956799988635,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 90.34008000022732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 83.02223400003277,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment_before_else.js"
],
"duration": 85.26273099984974,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 0.6093540000729263,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 90.68321100017056,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 93.26173799997196,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 89.99555000010878,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 92.9348089999985,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 93.01011599996127,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 96.75184600008652,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 92.28075199993327,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"else.js"
],
"duration": 94.24292400013655,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 1.018889999948442,
"failureMessages": [
"expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 126)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 134.48717999993823,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 97.37280100001954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 100.71249600010924,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 91.8565130000934,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 97.15398099995218,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 107.66360999993049,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 99.6794050000608,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"expr_and_same_line_comments.js"
],
"duration": 97.47500999993645,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 0.617454000050202,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 113.32951099984348,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 107.97943800012581,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 97.72343200002797,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 110.85919300001115,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 93.19243200006895,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 99.40457999985665,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 97.53581600007601,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"if_comments.js"
],
"duration": 92.73219099990092,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 0.5595489998813719,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 87.41832099994645,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 87.5798369999975,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 89.7984319999814,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 92.36275899992324,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 105.77854299987666,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 89.49120500008576,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 87.09789299988188,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"trailing_comment.js"
],
"duration": 86.75116300000809,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 664348.7443090001,
"end": 666812.940721,
"runtime": 2464,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 0.5660540000535548,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 95.97950299992226,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 90.45467899995856,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 86.8597379999701,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 96.30483400006779,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 86.212375999894,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 87.8946369998157,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 91.76770399999805,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"anonymous.js"
],
"duration": 89.45158400014043,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 0.585755999898538,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 97.47394499997608,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 90.39537399983965,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 95.74158100015484,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 92.20094500016421,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 91.05313599994406,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 96.51905400003307,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 91.71089800004847,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async.js"
],
"duration": 94.8183929999359,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 0.5917569999583066,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 93.8570020000916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 87.83363099978305,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 87.89303599996492,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 86.84763700002804,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 92.10393500002101,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 90.71170399989933,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 90.71340000000782,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-name-starts-with-get.js"
],
"duration": 85.98767599998973,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 667001.3216129999,
"end": 667869.188218,
"runtime": 868,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.6160570001229644,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 104.42260699998587,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 93.36156799993478,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 92.20735999988392,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 93.99462800007313,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 97.47625499987043,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 88.08427200000733,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 98.34903599997051,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 101.48003099998459,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 668076.136754,
"end": 668944.303188,
"runtime": 868,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 0.610657999990508,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 96.48646200005896,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 88.09107299987227,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 87.2614959999919,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 82.35273400018923,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 81.93229499994777,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 84.36322299996391,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 85.45402499986812,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"params-trail-comments.js"
],
"duration": 95.17553799995221,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 669117.719374,
"end": 670716.556028,
"runtime": 1599,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 0.6341599998995662,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 91.36408099997789,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 88.13657799991779,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 98.04810799984261,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 84.52993900002912,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 85.04458700004034,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 86.4953230000101,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 96.4515590001829,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_expression.js"
],
"duration": 84.2647130000405,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 0.6144569998141378,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 92.19925899989903,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 84.99408299988136,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 89.26868300000206,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 84.51843699999154,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 81.09951699990779,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 85.2519059998449,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 91.76521900016814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10277.js"
],
"duration": 91.8017210001126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 670891.4586540001,
"end": 671693.0041309999,
"runtime": 802,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 0.6080570002086461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 91.66760900011286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 87.49881700007245,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 96.09772499999963,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 83.63145400001667,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 89.13327099988237,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 89.78243199991994,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 85.2951100000646,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-identifier.js"
],
"duration": 87.2432929999195,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 671876.3378489999,
"end": 672712.787904,
"runtime": 836,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"for-await.js"
],
"duration": 0.5864550000987947,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 101.39762299996801,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 97.12242099992,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 86.66273900005035,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 95.48846799996682,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 89.96944899996743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 87.32330100005493,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 86.19249499985017,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for-await.js"
],
"duration": 91.81352300010622,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 61,
"numPendingTests": 0,
"perfStats": {
"start": 672907.9892359999,
"end": 678733.254149,
"runtime": 5825,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 5,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.6413600000087172,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 113.69937799987383,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 95.51407000003383,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 87.63232999993488,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 85.04028599988669,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 88.4575069998391,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 90.28648000000976,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 89.5443100000266,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 84.97108000004664,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 1.1198050000239164,
"failureMessages": [
"continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 101.40712400013581,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 97.5709630001802,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 92.9678309999872,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 93.91012000013143,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 88.90114900004119,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 89.68662300007418,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 91.81362199992873,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-1.js"
],
"duration": 90.48099799989723,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 0.6376600000075996,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 111.33806800004095,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 97.75100500020199,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 91.44241099990904,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 91.1701859999448,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 99.64058300014585,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 93.60751600004733,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 95.05605200002901,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-2.js"
],
"duration": 99.15193699998781,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 1.712260999949649,
"failureMessages": [
"continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 133)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 106.32201299979351,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 91.94045900017954,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 91.84014900005423,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 96.28336800006218,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 91.75354099995457,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 89.26840599998832,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 91.95475899986923,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"continue-and-break-comment-without-blocks.js"
],
"duration": 92.56321700010449,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 0.5687539998907596,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 89.44632300012745,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 87.44603500002995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 86.64586000004783,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 93.09216700005345,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 88.49273399985395,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 89.93407000019215,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 93.34649099991657,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"for.js"
],
"duration": 87.60975100006908,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 0.5635540001094341,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 87.74926399998367,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 91.21858999994583,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 95.67770999995992,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 91.34090199996717,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 98.60648600012064,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 91.41370899998583,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 90.52222499996424,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"in.js"
],
"duration": 88.12309899996035,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 0.7373689999803901,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 85.2247259998694,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 84.51535900007002,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 86.32392899994738,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 87.99558700015768,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 91.10627999994904,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 85.4892510001082,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 101.84909200016409,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"var.js"
],
"duration": 86.20881800004281,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 678920.179753,
"end": 680514.053553,
"runtime": 1594,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 0.5712540000677109,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 86.06400500005111,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 91.96546100010164,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 84.12312199990265,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 87.90757900010794,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 84.6641730000265,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 92.35869799996726,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 86.9449869999662,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no_regression.js"
],
"duration": 96.8147169998847,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 1.0140959999989718,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 83.83169499994256,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 84.38514700019732,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 84.71087799989618,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 90.29380299989134,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 87.32352300011553,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 88.47063100012019,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 85.09311299980618,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"use_strict.js"
],
"duration": 88.53783699986525,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 4,
"numPassingTests": 50,
"numPendingTests": 0,
"perfStats": {
"start": 680706.876912,
"end": 685630.2752889999,
"runtime": 4923,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 4,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 1.278419999871403,
"failureMessages": [
"binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 90.80825200001709,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 92.84534400003031,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 89.75395200005732,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 92.40230199997313,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 93.66902099992149,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 92.70042999996804,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 95.25157000008039,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary_and_template.js"
],
"duration": 90.37381099979393,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 0.8703819999936968,
"failureMessages": [
"body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 93.16147399996407,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 98.023230999941,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 107.71504299994558,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 86.59735499997623,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 92.699729999993,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 87.8941769998055,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 87.79966799984686,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 96.31077000009827,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 0.8271780000068247,
"failureMessages": [
"class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 87.95468299998902,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 90.91216100007296,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 97.75298999994993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 85.82704299991019,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 85.35819899989292,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 91.50386200007051,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 90.97311299992725,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class_instance.js"
],
"duration": 86.47080100001767,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 0.6379579999484122,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 95.25350399990566,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 93.02099999994971,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 85.29599400004372,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 86.95104499999434,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 91.00261599989608,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 85.92195099988021,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 91.95950300013646,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_in_template.js"
],
"duration": 90.79439699999057,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 0.8624790001194924,
"failureMessages": [
"function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 135)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 91.66707600001246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 95.19579900009558,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 87.68761299992912,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 85.78973899991252,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 96.07337899995036,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 97.79053500015289,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 86.36689199996181,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function_tostring.js"
],
"duration": 89.3748669999186,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.638558000093326,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 89.7636019999627,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 85.3654010000173,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 86.59901300002821,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 84.82095000008121,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 85.67362800007686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 93.40283500007354,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 89.52548099984415,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 91.37154899979942,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 90,
"numPendingTests": 0,
"perfStats": {
"start": 685823.632357,
"end": 694097.737509,
"runtime": 8274,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 10,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 0.6113559999503195,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 93.38583300006576,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 88.85081800003536,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 84.84385200007819,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 85.94595399987884,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 87.97933900007047,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 89.72229899978265,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 90.02152599999681,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_arrow_expression.js"
],
"duration": 96.46411500009708,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 0.5810529999434948,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 97.13237600005232,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 99.62610300001688,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 87.71521499985829,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 87.93553499993868,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 93.45223900000565,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 91.02141700009815,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 84.9228600000497,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_call_expression.js"
],
"duration": 85.69023000006564,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 0.5858539999462664,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 86.63921700022183,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 88.40827799984254,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 88.06734699988738,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 84.03727900004014,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 87.44829099997878,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 92.0071070000995,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 87.38598500005901,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_declaration.js"
],
"duration": 86.76442799996585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 0.5839530001394451,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 87.21426899987273,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 91.98400500020944,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 87.1877669999376,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 96.31260100007057,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 94.96117699984461,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 90.52177200000733,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 97.04866799991578,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_class_expression.js"
],
"duration": 92.17672199988738,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 0.603754999814555,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 93.44253899995238,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 90.92350899986923,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 92.84418400004506,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 88.67470299988054,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 96.3253019999247,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 92.59886100003496,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 93.04630200006068,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration.js"
],
"duration": 94.37062399997376,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 0.5860530000645667,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 99.52179399994202,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 87.95043600001372,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 88.12205199990422,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 85.82514300011098,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 88.44428199995309,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 90.65918399998918,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 86.55920899985358,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_async.js"
],
"duration": 88.0675480000209,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 0.6105569999199361,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 90.6426480000373,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 97.53829900012352,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 95.98375200014561,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 89.08170099998824,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 100.9904239999596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 94.28669199999422,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 89.580748999957,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_declaration_named.js"
],
"duration": 92.99106999998912,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 0.6040570000186563,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 87.46264800010249,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 97.7243160000071,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 89.82147100009024,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 96.63071299996227,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 110.85225400002673,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 92.34650900005363,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 100.82170900003985,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression.js"
],
"duration": 91.19360000011511,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 0.6215580001007766,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 93.34230299992487,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 91.52723199990578,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 92.19509499985725,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 103.62277199979872,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 92.08558399998583,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 98.94713200000115,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 90.25121199991554,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_function_expression_named.js"
],
"duration": 94.35519800009206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 0.6337600001133978,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 89.63625300000422,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 90.62294599995948,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 87.2417270001024,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 87.98659799993038,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 89.88407599995844,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 94.65102600003593,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 91.4300219998695,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"export_default_new_expression.js"
],
"duration": 89.47313799988478,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 18,
"numPendingTests": 0,
"perfStats": {
"start": 694311.7172889999,
"end": 695915.21091,
"runtime": 1603,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"body.js"
],
"duration": 0.63476000004448,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 99.09414499998093,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 86.32864199997857,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 85.68318099994212,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 86.94760000007227,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 96.40519199986011,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 89.25631800014526,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 88.25762400007807,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"body.js"
],
"duration": 84.00582299986854,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 0.5941560000646859,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 84.60857899999246,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 86.72867900016718,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 87.88208799995482,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 85.93720500008203,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 86.730179999955,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 84.39665900007822,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 87.91559100011364,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"no-newline.js"
],
"duration": 83.49377399985678,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 27,
"numPendingTests": 0,
"perfStats": {
"start": 696104.6318740001,
"end": 698598.910702,
"runtime": 2494,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 3,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.6021569999866188,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 104.47935299994424,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 94.98085699998774,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 91.65514399996027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 89.16640900005586,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 90.0772949999664,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 97.14766200003214,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 95.87454099999741,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 91.4860280000139,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 0.6000570000614971,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 86.12982200016268,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 85.43745700013824,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 90.46433099987917,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 89.5218430000823,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 86.81108700018376,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 96.72102200007066,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 87.27333100000396,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class.js"
],
"duration": 88.36423299997114,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 0.607956999912858,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 90.14160099998116,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 89.63205300015397,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 87.51105300011113,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 89.89717800007202,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 97.32657800009474,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 97.46429100004025,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 103.75668500014581,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty_paren_comment.js"
],
"duration": 95.57901300000958,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 17,
"numPendingTests": 0,
"perfStats": {
"start": 698837.956835,
"end": 700553.8319779999,
"runtime": 1716,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.9469649998936802,
"failureMessages": [
"destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 124.72949400008656,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 104.53581900009885,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 89.25757799996063,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 94.48623399995267,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 92.77791800000705,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 95.74181900010444,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 99.53187799989246,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 93.94239800004289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 0.5920400000177324,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 89.43418999994174,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 90.3662539999932,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 89.18107299995609,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 94.53933699987829,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 92.93322800006717,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 87.36714900005609,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 87.99459200003184,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5988.js"
],
"duration": 90.84738599997945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 700752.6241139999,
"end": 701554.7551359999,
"runtime": 802,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"classes.js"
],
"duration": 0.693247000221163,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 90.51186400000006,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 86.63650000002235,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 89.51179499994032,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 85.94565299991518,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 94.60524199996144,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 88.02509500016458,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 87.8410819999408,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"classes.js"
],
"duration": 86.51909100008197,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 108,
"numPendingTests": 0,
"perfStats": {
"start": 701756.308361,
"end": 711578.424299,
"runtime": 9822,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 12,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"asi.js"
],
"duration": 0.6081570000387728,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 103.67900700005703,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 87.26566999987699,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 90.21794700017199,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 89.63729300000705,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 91.07462700014003,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 89.62479100003839,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 95.27782099996693,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"asi.js"
],
"duration": 93.54235800006427,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 0.6401600001845509,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 97.1488960001152,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 90.16754200006835,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 96.41402700007893,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 103.35317700006999,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 90.84410599991679,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 89.74750200007111,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 89.62069100001827,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment.js"
],
"duration": 96.18940600007772,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 0.7635710001923144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 90.1053359999787,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 94.29582899995148,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 86.96534299990162,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 85.72622599988244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 92.39965100004338,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 90.14113899995573,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 89.21125299995765,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binary.js"
],
"duration": 89.39657000009902,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.5771540000569075,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 92.04931899998337,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 86.57380500016734,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 85.1484730001539,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 87.25036900001578,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 88.4674829998985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 91.08192799985409,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 90.25445000012405,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 87.66120700002648,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 0.5801540000829846,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 91.66228200006299,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 96.49773499998264,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 96.14720200002193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 94.29392900015227,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 87.86162599991076,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 90.88110900018364,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 91.03302299999632,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-fields-features.js"
],
"duration": 106.01872600009665,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 0.5628530001267791,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 90.91971300006844,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 91.10072999983095,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 97.32411199994385,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 93.43944799993187,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 85.43369899992831,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 101.20177499996498,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 91.9182060000021,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty.js"
],
"duration": 87.56739800004289,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.5887549999170005,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 92.37348800012842,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 92.63731300015934,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 86.27082100021653,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 89.92276000021957,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 88.13069300004281,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 85.6495630000718,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 85.96029100008309,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 84.98630099999718,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 0.7452690000645816,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 97.2369399999734,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 86.91698099998757,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 88.89646499999799,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 100.58865100005642,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 83.69988199998625,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 93.72071300004609,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 86.70566099998541,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"method.js"
],
"duration": 85.47054599993862,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 0.6141569998580962,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 84.98500099987723,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 86.96348399994895,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 85.31183100002818,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 81.1903479998,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 86.47774000000209,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 88.38741700001992,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 93.70771200000308,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"new.js"
],
"duration": 86.22081600013189,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 0.5874550000298768,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 92.10796299995854,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 92.56430600001477,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 86.5628480000887,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 93.09935500007123,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 90.58822200004943,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 93.83782300003804,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 94.12895100004971,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"property.js"
],
"duration": 99.75367400003597,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 0.7085649999789894,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 96.88990799989551,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 89.9177600000985,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 87.112398999976,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 89.06557999993674,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 98.35894399997778,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 113.47084899991751,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 85.93508900003508,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"super.js"
],
"duration": 89.31240299995989,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 0.6284580000210553,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 91.25528400018811,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 91.18177700019442,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 84.12592100002803,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 83.25754100014456,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 88.04518499993719,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 86.11560499994084,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 83.14773000008427,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"ternary.js"
],
"duration": 89.89275699993595,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 142)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 26,
"numPendingTests": 0,
"perfStats": {
"start": 711758.879576,
"end": 714215.8717959999,
"runtime": 2457,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-property.js"
],
"duration": 0.6131569999270141,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 87.39552500005811,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 90.17608399991877,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 99.67126600001939,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 90.51151400012895,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 86.9347819997929,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 87.09259700006805,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 98.87869200017303,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"class-property.js"
],
"duration": 88.85536099993624,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 0.8835820001550019,
"failureMessages": [
"misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 142)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 83.97500700014643,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 89.71744100004435,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 91.87674099998549,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 86.2024139999412,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 89.35820699995384,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 89.75074400007725,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 85.19922099984251,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"misc.js"
],
"duration": 95.66309399995953,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.6068560001440346,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 96.1486380000133,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 91.96314999996684,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 89.81505000009201,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 86.7042609998025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 86.81677100015804,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 88.04028500011191,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 103.51392300007865,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 90.11047700000927,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 8,
"numPendingTests": 0,
"perfStats": {
"start": 714418.094197,
"end": 715232.4480769999,
"runtime": 814,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"test.js"
],
"duration": 0.9170849998481572,
"failureMessages": [
"test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 90.61012399988249,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 88.26140499999747,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 89.580927999923,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 91.65901200007647,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 98.0997029999271,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 87.00722000002861,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 85.67581399995834,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"test.js"
],
"duration": 87.6603719999548,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 36,
"numPendingTests": 0,
"perfStats": {
"start": 715426.442406,
"end": 718915.413997,
"runtime": 3489,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"break.js"
],
"duration": 0.6024480001069605,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 104.03797399997711,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 92.36444599996321,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 89.66903099999763,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 92.71457399986684,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 97.3110390000511,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 101.29705599998124,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 102.95398900005966,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break.js"
],
"duration": 101.73439200012945,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 0.5947469999082386,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 89.91915199998766,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 89.32080399990082,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 92.68947200011462,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 88.96387600013986,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 89.24179799994454,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 96.37756599998102,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 95.06256099999882,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parent.js"
],
"duration": 92.59186400007457,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 0.6525520000141114,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 140.47297200001776,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 99.69632900017314,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 97.38724499987438,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 97.83158100000583,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 96.58388100005686,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 112.48014599992894,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 104.12378100003116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"react.js"
],
"duration": 101.07183900009841,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 0.5756459999829531,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 101.1222429999616,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 90.75831800000742,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 84.51222200016491,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 90.15556999994442,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 88.5735440000426,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 85.22497800015844,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 97.46405200008303,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"reduce.js"
],
"duration": 89.21959600015543,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 719123.530349,
"end": 720033.089052,
"runtime": 910,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.5658450000919402,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 105.42488499986939,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 103.36313899978995,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 93.43265599990264,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 98.49302399996668,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 94.51115499995649,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 104.51738200010732,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 112.87615599995479,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 94.47865199996158,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 720222.3787870001,
"end": 721049.5169089999,
"runtime": 827,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"literal.js"
],
"duration": 0.5721529999282211,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 90.43087799986824,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 91.34946199995466,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 89.35607700003311,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 91.57278300006874,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 89.89042700012214,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 98.86455799988471,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 90.89001900004223,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"literal.js"
],
"duration": 88.59010699996725,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 89,
"numPendingTests": 0,
"perfStats": {
"start": 721245.394555,
"end": 729780.4048439999,
"runtime": 8535,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 9,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 0.5873549999669194,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 99.6721330001019,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 91.5704830000177,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 92.8497010001447,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 92.61898000002839,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 91.59218499995768,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 92.5584740000777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 94.987398999976,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-iteration.js"
],
"duration": 99.9248559998814,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 0.5675530000589788,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 100.47640700009651,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 98.1967969997786,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 95.94428799999878,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 94.91779300011694,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 91.64358899998479,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 91.87671099998988,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 92.5340140000917,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"async-shorthand-method.js"
],
"duration": 93.17153599997982,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 0.5381500001531094,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 102.32077399990521,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 93.20923899998888,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 91.56838799989782,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 97.51883399998769,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 100.95324900001287,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 99.37950400006957,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 96.66715600015596,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"await-parse.js"
],
"duration": 96.63995300000533,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 0.5777529999613762,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 95.52415099996142,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 101.20267100003548,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 94.72157800011337,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 96.79266699985601,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 89.43839399982244,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 101.08706100005656,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 99.9067530001048,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"conditional-expression.js"
],
"duration": 95.86548199993558,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 0.5864539998583496,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 92.61588399996981,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 89.96844199998304,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 93.00521999993362,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 88.04616599995643,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 89.0509580001235,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 104.56147899990901,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 91.79581000003964,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"exponentiation.js"
],
"duration": 91.7826079998631,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 0.603055999847129,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 93.63607800006866,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 93.70858500013128,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 93.78359199990518,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 89.0613589999266,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 87.11058000009507,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 91.79630900011398,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 91.59599099983461,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline-await.js"
],
"duration": 90.7106100001838,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.5919540000613779,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 90.33777600014582,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 90.56169699993916,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 96.15110799996182,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 90.69960900000297,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 91.2904630000703,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 98.63373499992304,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 90.49119000020437,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 93.04992399993353,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 0.8974819998256862,
"failureMessages": [
"nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 101.9894430001732,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 95.77117399987765,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 96.43173500010744,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 96.49684000015259,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 92.16554299998097,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 98.74774599983357,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 97.66944799991325,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"nested2.js"
],
"duration": 92.78790100011975,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 0.6270580000709742,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 92.72029500012286,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 93.64197899983265,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 97.19430399988778,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 99.64382899994962,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 88.22198200016282,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 89.89353500003926,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 97.12539800000377,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parens.js"
],
"duration": 96.00829600007273,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 0.5608510000165552,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 98.30670599988662,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 90.25096799992025,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 100.10327100008726,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 91.23715900001116,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 91.96862599998713,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 97.97027499997057,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 98.49162300000899,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"simple-nested-await.js"
],
"duration": 93.73268699995242,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 729991.5046829999,
"end": 730801.3664749999,
"runtime": 810,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 0.5742530000861734,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 96.94217999977991,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 83.55435399990529,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 85.20640600007027,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 82.8008850000333,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 80.45847099996172,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 82.66357300011441,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 82.3033399998676,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment_expression.js"
],
"duration": 91.98682600003667,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 54,
"numPendingTests": 0,
"perfStats": {
"start": 730992.1351889999,
"end": 735905.1995239999,
"runtime": 4913,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 6,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"call.js"
],
"duration": 0.5977550002280623,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 94.70659700012766,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 95.3732580000069,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 84.35534600005485,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 84.92289800010622,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 87.58374199992977,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 83.68228400009684,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 87.61314500006847,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 91.635614000028,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 0.9087839999701828,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 93.46508200000972,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 94.40896899998188,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 89.83374899998307,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 90.95815200009383,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 85.09991500014439,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 82.38956499984488,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 83.612577999942,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call2.js"
],
"duration": 85.7248720000498,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 0.5652520000003278,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 105.02104400005192,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 91.0912650001701,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 93.61389599996619,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 88.81135499989614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 87.24541099998169,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 92.68811099999584,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 91.98034600005485,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function.js"
],
"duration": 88.88026100001298,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 0.6196569998282939,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 94.35016299993731,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 87.91467299987562,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 91.65221600001678,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 86.46603900007904,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 94.88351200008765,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 96.4380560000427,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 92.43238700018264,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"identifier.js"
],
"duration": 88.81085500004701,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 0.6260580001398921,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 86.99828900001012,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 87.06279400014319,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 84.46945600002073,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 86.68115899991244,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 86.40993399987929,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 89.9412579999771,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 95.08493100013584,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number.js"
],
"duration": 92.18646500003524,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 0.6495599998161197,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 108.34844899992459,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 93.02784199989401,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 93.78741200012155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 89.42581099993549,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 88.74164899997413,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 96.80938999983482,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 93.55498999985866,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"string.js"
],
"duration": 98.29012600006536,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 150)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 150)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 2,
"numPassingTests": 241,
"numPendingTests": 0,
"perfStats": {
"start": 736110.3137589999,
"end": 758523.1317200001,
"runtime": 22413,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 25,
"unchecked": 0,
"unmatched": 2,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 0.7038640000391752,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 90.5265130000189,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 89.68143499991857,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 90.91024799994193,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 90.42690299986862,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 95.44806499988772,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 92.5688000000082,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 88.35091200005263,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"binaryish.js"
],
"duration": 94.00493199983612,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 0.6390589999500662,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 95.20684199989773,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 92.48419200000353,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 97.0969159998931,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 90.65412400010973,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 88.84445800003596,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 97.15632100007497,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 98.93838499998674,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call-with-template.js"
],
"duration": 98.49794399994425,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 0.6738619999960065,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 94.12424200004898,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 90.58251699991524,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 86.61965300003067,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 97.93979400000535,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 99.33902200008743,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 89.0888809999451,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 87.578940999927,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain-two-segments.js"
],
"duration": 89.67863400001079,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 0.6084559999871999,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 91.25347899994813,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 92.0109250000678,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 96.75238800002262,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 88.54545900016092,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 87.09503099997528,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 91.24259899999015,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 93.15876899985597,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"chain.js"
],
"duration": 91.81354900007136,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 0.605653999838978,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 105.57307100016624,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 97.4496499998495,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 90.808660000097,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 88.49385499977507,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 94.26336700003594,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 90.28971400018781,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 87.69168400019407,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-array.js"
],
"duration": 86.46197399985977,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 0.6175549998879433,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 93.32918399991468,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 90.61744299996644,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 88.70467399992049,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 89.00649999990128,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 90.45412899996154,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 91.79204800003208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 90.47573000006378,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring-heuristic.js"
],
"duration": 95.4662740000058,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 0.8065720000304282,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 91.02447899989784,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 92.87344400002621,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 91.94376099994406,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 91.47771900007501,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 93.66041400004178,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 98.95408300007693,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 91.75644499994814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"destructuring.js"
],
"duration": 97.10261900001206,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 1.0740950000472367,
"failureMessages": [
"discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 150)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 127.56872299988754,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 102.7645209999755,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 94.26886800001375,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 104.28235700004734,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 95.81310499995016,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 96.28424599999562,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 97.52785700000823,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"discussion-15196.js"
],
"duration": 106.42354599991813,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 0.6092540000099689,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 90.74945500004105,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 89.57915100012906,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 88.3953460000921,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 89.8952790000476,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 98.7117619998753,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 93.67871600016952,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 90.5066339999903,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10218.js"
],
"duration": 96.75918799987994,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 0.6212550001218915,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 90.72115300013684,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 90.44492799998261,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 90.93867199984379,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 91.54472600016743,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 91.96706299996004,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 94.73170899995603,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 88.49275500001386,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1419.js"
],
"duration": 90.10239799995907,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 0.913480999879539,
"failureMessages": [
"issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 150)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 90.9477729999926,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 91.28130200016312,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 89.52354700001888,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 89.8337739999406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 89.66575899999589,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 98.30622599995695,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 88.18032699986361,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-15534.js"
],
"duration": 91.53082400001585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 0.7609680001623929,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 93.4727960000746,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 93.40729100001045,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 87.93480499996804,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 98.00229900004342,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 95.62668800004758,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 88.97479800018482,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 87.88450099993497,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-1966.js"
],
"duration": 89.67125899996608,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 0.64005700009875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 90.2221079999581,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 91.61793199996464,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 90.59324100008234,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 87.17663799994625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 88.08951899991371,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 98.3841329999268,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 91.30588100012392,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2184.js"
],
"duration": 90.08270499994978,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 0.6428590000141412,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 88.57286800001748,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 89.23182699992321,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 86.29496100009419,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 86.97772300010547,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 91.6077449999284,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 87.58707799995318,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 85.38467699987814,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-1.js"
],
"duration": 92.20569900004193,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 0.6018550000153482,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 89.99419699981809,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 93.26289499993436,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 90.92828200012445,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 85.95672999997623,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 87.60268000001088,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 99.18603400001302,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 88.56426699995063,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2482-2.js"
],
"duration": 92.72174599999562,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 0.6070550000295043,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 89.51985399983823,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 92.14479300007224,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 88.59566899994388,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 84.30157900019549,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 86.8783130000811,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 86.88081300002523,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 90.55844899988733,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-2540.js"
],
"duration": 90.00099799991585,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 0.5930540000554174,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 99.35385000007227,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 98.42516499990597,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 93.44011100009084,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 94.23218300007284,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 97.78040700010024,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 87.79179699998349,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 95.70531700016,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-3819.js"
],
"duration": 87.1138350002002,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 0.6137559998314828,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 93.29649800015613,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 87.64478400000371,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 85.43098199996166,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 85.16745800012723,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 84.88253200007603,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 85.69580599991605,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 89.96419400000013,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-4094.js"
],
"duration": 91.74105599988252,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 0.6431589999701828,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 87.43956399988383,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 90.72796400007792,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 90.71846299991012,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 100.4344479998108,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 86.68419599998742,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 94.60651699989103,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 87.51577099994756,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-5610.js"
],
"duration": 89.5305549998302,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 0.648558999877423,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 97.7209009998478,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 100.07381500001065,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 92.92846399988048,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 89.23772900016047,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 95.7189190001227,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 93.50481699989177,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 94.34389399993233,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-6922.js"
],
"duration": 92.77415099996142,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 0.6420579999685287,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 92.5722320000641,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 86.81570799998008,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 84.83912799996324,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 87.35965700005181,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 85.17925799987279,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 91.98297799983993,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 85.53839099989273,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7091.js"
],
"duration": 86.97452299995348,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 0.6133560000453144,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 99.27144200005569,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 108.7342040000949,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 89.79177899984643,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 93.5908239998389,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 85.9932329999283,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 85.69360599992797,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 98.65178600000218,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7572.js"
],
"duration": 101.52784800017253,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 0.6230570001062006,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 100.55055799987167,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 95.2766779998783,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 92.32511000009254,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 86.79200700018555,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 95.33841999992728,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 90.81350599997677,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 91.62547999992967,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7961.js"
],
"duration": 91.97051199991256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 0.6627609999850392,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 88.29537499998696,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 85.63133200001903,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 86.73053200007416,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 91.1263349999208,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 94.21441700006835,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 87.50830400013365,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 88.68041100003757,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-8218.js"
],
"duration": 85.84975200006738,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 0.6252570000942796,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 95.39632500009611,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 88.06095399986953,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 93.82448199996725,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 88.84902599989437,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 90.03903500013985,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 89.33086999994703,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 87.29248400009237,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"lone-arg.js"
],
"duration": 89.87462000013329,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 0.6154570002108812,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 111.20146999997087,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 98.85694100009277,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 89.51528699998744,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 90.76490199984983,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 89.80631400016136,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 85.98726400011219,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 90.309060000116,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"sequence.js"
],
"duration": 92.77648500003852,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 0.6010549999773502,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 99.73082200018689,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 89.6754020000808,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 91.4340619998984,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 92.65507500013337,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 88.82132400013506,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 94.69126099999994,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 95.03109199996106,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"unary.js"
],
"duration": 95.22110900003463,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 9,
"numPendingTests": 0,
"perfStats": {
"start": 758722.2684340001,
"end": 759538.4631839999,
"runtime": 816,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 1,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"multiple.js"
],
"duration": 0.5803529999684542,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 87.2726819999516,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 86.59092000010423,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 98.14227599999867,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 94.66845900006592,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 97.05797700001858,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 90.53327999985777,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 88.03035100013949,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"multiple.js"
],
"duration": 87.07946399995126,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 28,
"numPendingTests": 0,
"perfStats": {
"start": 759760.177363,
"end": 762303.006534,
"runtime": 2543,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 4,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.6005549998953938,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 108.68053999985568,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 94.95928500010632,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 90.65279199997894,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 83.1227029999718,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 86.7513349999208,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 82.91268400009722,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 0.5985540000256151,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 83.41932999994606,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 85.48291800008155,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 86.46120800008066,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 89.34747200016864,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 90.015032999916,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"conditional.js"
],
"duration": 93.30143400002271,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 0.5955539999995381,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 92.16202899999917,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 84.43312199995853,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 83.86267099995166,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 84.96967100002803,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 85.88815500005148,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx-without-parenthesis.js"
],
"duration": 84.9839730001986,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.5650520001072437,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 93.24782899999991,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 88.20476699993014,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 85.52522300020792,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 88.8677280000411,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 94.48044100007974,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 94.66635799990036,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 762505.0715160001,
"end": 763738.6961559999,
"runtime": 1234,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"example.js"
],
"duration": 0.659660000121221,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 88.83422499988228,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 94.79896999988705,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 89.30894699995406,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 90.27723799995147,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 92.20989700010978,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"example.js"
],
"duration": 87.96034700004384,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 0.5643459998536855,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 86.93676299997605,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 80.91426599980332,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 85.56545000011101,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 85.92587999999523,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 84.77298499993049,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"in-expression.js"
],
"duration": 87.23418699996546,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 6,
"numPendingTests": 0,
"perfStats": {
"start": 763945.06726,
"end": 764543.2575460001,
"runtime": 598,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 0.8991740001365542,
"failureMessages": [
"return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 84.82038799999282,
"failureMessages": [],
"fullName": "[typescript] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[typescript] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 84.01742200017907,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 80.74955300008878,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 87.47080699983053,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 89.80279900017194,
"failureMessages": [],
"fullName": "[babel-ts] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-ts] format"
},
{
"ancestorTitles": [
"return-outside-function.js"
],
"duration": 88.63300199992955,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 56,
"numPendingTests": 0,
"perfStats": {
"start": 764732.0353,
"end": 769899.797139,
"runtime": 5168,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 8,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.6027499998454005,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 96.00010899989866,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 88.31857700017281,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 94.63179700006731,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 89.17964800004847,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 84.79058600007556,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 89.61818400002085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 0.5666469999123365,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 91.256018999964,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 83.15855100005865,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 84.06612600013614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 82.88672999991104,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 93.86563300015405,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"call.js"
],
"duration": 92.03538300003856,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 0.5774479999672621,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 94.30827099992894,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 92.71644000010565,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 99.20277399988845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 88.48399000009522,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 95.42706199991517,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"comment.js"
],
"duration": 87.72432700009085,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 0.5805480000562966,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 94.34397300006822,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 99.35258599999361,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 88.78741500014439,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 96.67746599996462,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 87.43730400013737,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"faulty-locations.js"
],
"duration": 96.10361799993552,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 0.6380520001985133,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 92.45571799995378,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 88.20346700004302,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 89.8929070001468,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 85.09291199990548,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 93.01346399984322,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"graphql.js"
],
"duration": 95.01714299991727,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 0.5718529999721795,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 87.69341200008057,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 90.50486899982207,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 90.43096100003459,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 90.66098299995065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 85.02826799987815,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"indent.js"
],
"duration": 90.05892799980938,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 0.561651999829337,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 100.60009100008756,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 91.99850500002503,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 91.8773940000683,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 97.68202399997972,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 88.55749000003561,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"inline.js"
],
"duration": 88.13785199983977,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 0.6370580000802875,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 124.3282580000814,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 89.60308599984273,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 101.85580599983223,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 97.65822200011462,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 102.2326400000602,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"parenthesis.js"
],
"duration": 92.81137900007889,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 14,
"numPendingTests": 0,
"perfStats": {
"start": 770096.917948,
"end": 771361.446512,
"runtime": 1265,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 0.6207569998223335,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 85.67742800014094,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 86.39699300006032,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 95.40211600018665,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 96.84304800000973,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 87.43568800017238,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2028.js"
],
"duration": 99.00914500001818,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 0.5837530000135303,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 89.57611900009215,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 88.77639000001363,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 93.72463600011542,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 88.97950899996795,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 83.33780099987052,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"backslash_2029.js"
],
"duration": 86.80781299993396,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nembed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `embed.js format 1`\n \n - Snapshot - 41\n + Received + 8\n \n @@ -11,48 +11,15 @@\n foo(/* ... */ css`color:magenta`);\n const a = b => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`\n const c = b => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `\n \n =====================================output=====================================\n - foo(\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`,\n - );\n - foo(/* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `);\n - foo(\n - /* HTML */ `<div>\n - <p>bar</p>\n - foo\n - </div>`,\n - );\n - foo(/* HTML */ `\n - <div>\n - <p>bar</p>\n - foo\n - </div>\n - `);\n - foo(/* GraphQL */ `\n - query {\n - foo {\n - bar\n - }\n - }\n - `);\n - foo(/* ... */ css`\n - color: magenta;\n - `);\n - const a = (b) =>\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`;\n - const c = (b) => /* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `;\n + foo(/* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`);\n + foo(/* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `);\n + foo(/* HTML */ `<div><p>bar</p>foo</div>`);\n + foo(/* HTML */ ` <div><p>bar</p>foo</div> `);\n + foo(/* GraphQL */ `query { foo { bar } }`);\n + foo(/* ... */ css`color:magenta`);\n + const a = (b) => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`;\n + const c = (b) => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 116,
"numPendingTests": 0,
"perfStats": {
"start": 771554.408779,
"end": 782765.825479,
"runtime": 11211,
"slow": true
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 14,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"arrow.js"
],
"duration": 0.5635510000865906,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 96.09504899987951,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 97.54917999985628,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 97.34636200009845,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 95.95413700002246,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 94.8215340001043,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"arrow.js"
],
"duration": 98.83169599995017,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 0.6148550000507385,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 87.45397100015543,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 88.47516299993731,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 88.63227699999698,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 99.61926600011066,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 90.88027900015004,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"assignment-pattern.js"
],
"duration": 95.80602300004102,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 0.8140730001032352,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 94.58981400006451,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 91.51623700000346,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 102.55223000003025,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 90.35173200001009,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 96.7463080000598,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"break-parent.js"
],
"duration": 90.29712700005621,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 0.8916809998918325,
"failureMessages": [
"dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 87.73399599990807,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 88.59777399990708,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 88.58477299986407,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 84.1827770001255,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 94.14757400006056,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"dangling-comment-in-arrow-function.js"
],
"duration": 89.88058999995701,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 0.6538589999545366,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 100.16051499987952,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 97.49727599998005,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 90.15291399997659,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 104.55251000006683,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 93.54741999995895,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"edge_case.js"
],
"duration": 97.86980900005437,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 0.9324839999899268,
"failureMessages": [
"embed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `embed.js format 1`\n \n - Snapshot - 41\n + Received + 8\n \n @@ -11,48 +11,15 @@\n foo(/* ... */ css`color:magenta`);\n const a = b => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`\n const c = b => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `\n \n =====================================output=====================================\n - foo(\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`,\n - );\n - foo(/* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `);\n - foo(\n - /* HTML */ `<div>\n - <p>bar</p>\n - foo\n - </div>`,\n - );\n - foo(/* HTML */ `\n - <div>\n - <p>bar</p>\n - foo\n - </div>\n - `);\n - foo(/* GraphQL */ `\n - query {\n - foo {\n - bar\n - }\n - }\n - `);\n - foo(/* ... */ css`\n - color: magenta;\n - `);\n - const a = (b) =>\n - /* HTML */ `<!-- bar1 -->\n - bar\n - <!-- bar2 -->`;\n - const c = (b) => /* HTML */ `\n - <!-- bar1 -->\n - bar\n - <!-- bar2 -->\n - `;\n + foo(/* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`);\n + foo(/* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `);\n + foo(/* HTML */ `<div><p>bar</p>foo</div>`);\n + foo(/* HTML */ ` <div><p>bar</p>foo</div> `);\n + foo(/* GraphQL */ `query { foo { bar } }`);\n + foo(/* ... */ css`color:magenta`);\n + const a = (b) => /* HTML */ `<!-- bar1 --> bar <!-- bar2 -->`;\n + const c = (b) => /* HTML */ ` <!-- bar1 --> bar <!-- bar2 --> `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 104.26518400013447,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 106.38447599997744,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 103.89285099995323,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 101.1213010000065,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 102.95026599988341,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"embed.js"
],
"duration": 107.99341999995522,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 0.5652499999850988,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 87.98291900008917,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 88.06382700009272,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 92.73364600003697,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 86.45488200010732,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 92.58353299996816,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-lines.js"
],
"duration": 88.13493199995719,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 0.6517590000294149,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 88.31564899999648,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 84.69702300010249,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 91.8910709999036,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 86.46638299990445,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 88.23964199982584,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"empty-object.js"
],
"duration": 94.97584800003096,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 0.9023819998838007,
"failureMessages": [
"function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 157)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 89.01151100010611,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 89.92819400015287,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 88.9644069999922,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 86.12265100004151,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 91.07729699998163,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-body-in-mode-break.js"
],
"duration": 85.98223800002597,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 0.738266000058502,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 93.08717900002375,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 87.43087000004016,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 85.70001300005242,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 88.26164399995469,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 84.54841000004672,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression-issue-2239.js"
],
"duration": 83.72133499989286,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 0.5477489999029785,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 93.33520099986345,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 85.60740500013344,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 84.38059499999508,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 93.93045399989933,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 85.80442199995741,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"function-expression.js"
],
"duration": 89.31673899991438,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 0.6116549998987466,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 91.20174199994653,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 87.89273500000127,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 91.97208900004625,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 86.03617400000803,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 89.46077200002037,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-10708.js"
],
"duration": 86.67442899988964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 0.5644489999394864,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 110.44159299996682,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 91.63535999995656,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 96.11394900013693,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 87.60700999991968,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 92.404026000062,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"issue-7518.js"
],
"duration": 95.56530199991539,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 0.6471559999044985,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 94.04066900000907,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 87.11636799992993,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 87.78792600007728,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 93.67753700003959,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 89.66118900012225,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"jsx.js"
],
"duration": 87.46049800002947,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 0.5694500000681728,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 104.54838200006634,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 91.2300249999389,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 90.17473299987614,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 91.48714699991979,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 92.42332799988799,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"number-only-array.js"
],
"duration": 91.84607900003903,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 0.7277639999520034,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 101.36880599986762,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 100.54963400005363,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 100.38112000003457,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 90.57116700010374,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 93.52252399991266,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"object.js"
],
"duration": 92.7125530000776,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 0.6456569998990744,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 132.27188999997452,
"failureMessages": [],
"fullName": "[flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 99.30622599995695,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 94.5327109999489,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 93.5386250000447,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 100.34741699998267,
"failureMessages": [],
"fullName": "[babel-flow] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[babel-flow] format"
},
{
"ancestorTitles": [
"overflow.js"
],
"duration": 97.31485299998894,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 1,
"numPassingTests": 0,
"numPendingTests": 0,
"perfStats": {
"start": 782983.0088439999,
"end": 783078.229016,
"runtime": 95,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 0,
"unchecked": 0,
"unmatched": 1,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"comment.js"
],
"duration": 1.0725940000265837,
"failureMessages": [
"comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n",
"numFailingTests": 3,
"numPassingTests": 35,
"numPendingTests": 0,
"perfStats": {
"start": 783276.807965,
"end": 786950.6830039999,
"runtime": 3674,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 16,
"unchecked": 0,
"unmatched": 3,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 0.6277540000155568,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"binary-expr.js"
],
"duration": 87.01665899995714,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 0.6306539999786764,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"closure-compiler-type-cast.js"
],
"duration": 102.6112130000256,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 0.5879510000813752,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-in-the-middle.js"
],
"duration": 90.96510199992917,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 0.8104710001498461,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"comment-placement.js"
],
"duration": 92.07379800011404,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 0.5712500000372529,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"extra-spaces-and-asterisks.js"
],
"duration": 92.74195599998347,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 0.591850999975577,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife-issue-5850-isolated.js"
],
"duration": 100.41872299998067,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 0.6247539999894798,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"iife.js"
],
"duration": 88.88602099986747,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 13.43576700007543,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-4124.js"
],
"duration": 98.49225599993952,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 0.6079530001152307,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-8045.js"
],
"duration": 96.289063999895,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 0.6536560000386089,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"issue-9358.js"
],
"duration": 93.84135199990124,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 0.599752000067383,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"member.js"
],
"duration": 91.32943300018087,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 0.6667579999193549,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"nested.js"
],
"duration": 104.04433800000697,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 0.8577749999240041,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"non-casts.js"
],
"duration": 117.52800900000148,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 0.6036529999691993,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"object-with-comment.js"
],
"duration": 90.65487500000745,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 0.9276810002047569,
"failureMessages": [
"satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"satisfies.js"
],
"duration": 87.3185850000009,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 1.3518179999664426,
"failureMessages": [
"styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"styled-components.js"
],
"duration": 98.18862999998964,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 0.6022530000191182,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"superclass.js"
],
"duration": 87.19627499999478,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 0.9396810000762343,
"failureMessages": [
"tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 159)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n"
],
"fullName": "format",
"numPassingAsserts": 1,
"status": "failed",
"title": "format"
},
{
"ancestorTitles": [
"tuple-and-record.js"
],
"duration": 89.00393200013787,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 0.6079529998824,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"ways-to-specify-type.js"
],
"duration": 87.98034700006247,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
},
{
"failureMessage": "",
"numFailingTests": 0,
"numPassingTests": 10,
"numPendingTests": 0,
"perfStats": {
"start": 787150.3425830001,
"end": 788078.0444850001,
"runtime": 928,
"slow": false
},
"skipped": false,
"snapshot": {
"added": 0,
"fileDeleted": false,
"matched": 2,
"unchecked": 0,
"unmatched": 0,
"updated": 0,
"uncheckedKeys": []
},
"sourceMaps": {},
"testExecError": null,
"testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js",
"testResults": [
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 0.5829519999679178,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 107.2637120001018,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 101.05585099989548,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 92.65708999987692,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"class-static-block.js"
],
"duration": 87.1108879998792,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 0.6026550000533462,
"failureMessages": [],
"fullName": "format",
"numPassingAsserts": 0,
"status": "passed",
"title": "format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 85.38633199990727,
"failureMessages": [],
"fullName": "[acorn] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[acorn] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 87.57423000014387,
"failureMessages": [],
"fullName": "[espree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[espree] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 90.25877299997956,
"failureMessages": [],
"fullName": "[meriyah] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[meriyah] format"
},
{
"ancestorTitles": [
"with-line-breaks.js"
],
"duration": 86.1172980000265,
"failureMessages": [],
"fullName": "[__babel_estree] format",
"numPassingAsserts": 0,
"status": "passed",
"title": "[__babel_estree] format"
}
],
"numTodoTests": 0
}
],
"wasInterrupted": false
}
{
"bail": 0,
"changedFilesWithAncestor": false,
"ci": true,
"collectCoverage": false,
"collectCoverageFrom": [
"src/**/*.js",
"bin/**/*.js"
],
"coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage",
"coverageProvider": "babel",
"coverageReporters": [
"text",
"lcov"
],
"detectLeaks": false,
"detectOpenHandles": false,
"errorOnDeprecated": false,
"expand": false,
"findRelatedTests": false,
"forceExit": false,
"json": false,
"lastCommit": false,
"listTests": false,
"logHeapUsage": false,
"maxConcurrency": 5,
"maxWorkers": 1,
"noStackTrace": false,
"nonFlagArgs": [],
"notify": false,
"notifyMode": "failure-change",
"onlyChanged": false,
"onlyFailures": false,
"openHandlesTimeout": 1000,
"passWithNoTests": false,
"projects": [],
"reporters": [
[
"default",
{}
],
[
"/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js",
{}
]
],
"rootDir": "/home/runner/work/biome/biome/prettier-repo",
"runTestsByPath": false,
"seed": -2086764531,
"skipFilter": false,
"snapshotFormat": {
"escapeString": false,
"printBasicPrototype": false
},
"testFailureExitCode": 1,
"testPathPattern": "",
"testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js",
"updateSnapshot": "none",
"useStderr": false,
"watch": false,
"watchAll": false,
"watchPlugins": [
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js"
},
{
"config": {},
"path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js"
}
],
"watchman": true,
"workerThreads": false
}